string_contains_p

EveAndersson.com : API Browser : string_contains_p

string_contains_p

string_contains_p small_string big_string
Defined in packages/acs-core/utilities-procs.tcl

Returns 1 if the BIG_STRING contains the SMALL_STRING, 0 otherwise; syntactic sugar for string first != -1

Parameters:
small_string
big_string
[ show source ]

Show another procedure:

eve@eveandersson.com