string_contains_pstring_contains_p small_string big_string
Defined in packages/acs-core/utilities-procs.tclReturns 1 if the BIG_STRING contains the SMALL_STRING, 0 otherwise; syntactic sugar for string first != -1
- Parameters:
-
small_string
big_string
|