ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Checking if a string contains a substring Hide the details
True if the string contains a substring. False otherwise.
Character string to use.
Search substring.
Method to search for the substring: WholeWordSearches for a whole word (between punctuation characters or spaces).IgnoreCaseCase and accent insensitive search (ignores uppercase/lowercase differences).By default, the search is case-sensitive and takes into account all specified strings (even if they are part of a word).
Checking if a string contains one of the strings in an array Hide the details
True if the string contains one of the strings in the array. False otherwise.
Name of the array containing the search strings.
Method to search for the substring: WholeWordSearches for a whole word (enclosed in punctuation characters or spaces).IgnoreCaseCase and accent insensitive search (ignores uppercase/lowercase differences).By default, the search is case-sensitive and takes into account all specified strings (even if they are part of a word).
Last update: 11/05/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: