issubstring
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Tests whether one string is a substring of another.
Arguments and Return Values Arguments: Two strings Return Value: 0 or 1
Usage Syntax: issubstring(target = STRING, source = STRING) issubstring() will return 1 if target contains source and 0 otherwise. Does not work for text buffers, only strings.
Examples dv> my_text "The sun was shining on the sea, shining with all it's might" dv> issubstring(my_text,"might") 1 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |