ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Checking whether a character string starts with a specified string Hide the details
Size of the corresponding element in the initial string, 0 if <Initial string> does not start with <Search string>.
Text in which the first characters must be checked.
Text to be searched at the beginning of <Initial string>.
Comparison options used to search for the <Search string> in the <Initial string>:ccNormal(Default value)Searches by performing a standard comparison between strings, similar to the '=' operator. ccIgnoreAccentSearches by comparing strings, ignoring accents.ccIgnoreCaseSearches by comparing strings, ignoring the case (uppercase/lowercase characters).ccIgnoreSpaceCompares strings ignoring spaces before and after the strings. Versions 20 and laterccIgnoreInsideSpaceNew in version 20ccIgnoreInsideSpaceccIgnoreInsideSpaceSearches by comparing strings, ignoring spaces within the strings. This constant is not available.ccIgnorePunctuationAndSpaceSearches by comparing strings, ignoring punctuation and spaces (see Notes for more details).
Checking whether a character string starts with one of the strings in an array Hide the details
Size of the corresponding element in the initial string, 0 if <Initial string> does not start with one of the elements in <Search strings>.
Elements to be searched at the beginning of <Initial string>. This parameter can correspond to: an array of character strings (in the following format: ["string1", "string2", "string3"]an "array of character strings" variable.
Characters taken into account for punctuation and spaces
StringStartsWith and UNICODE
Last update: 11/03/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: