WINDEV, WEBDEV AND WINDEV MOBILEONLINE HELP
Version: 1516171819202122232425
Checking whether a character string ends with another string Hide the details
Size of the corresponding element in the initial string, 0 if <Initial String> does not end with <Sought String>.
String to compare.
String that must be compared to the end of <Initial String>.
Options used for the search:ccNormal(Default value)Standard comparison, similar to the operator '='. ccIgnoreAccentComparison while ignoring the accented characters.ccIgnoreCaseComparison while ignoring the case (uppercase/lowercase characters)ccIgnoreSpaceComparison while ignoring the space characters found before and after the character strings to compare. Versions 20 and laterccIgnoreInsideSpaceNew in version 20ccIgnoreInsideSpaceccIgnoreInsideSpaceComparison while ignoring the space characters found inside the character strings to compare. This constant is not available.ccIgnorePunctuationAndSpaceComparison while ignoring the punctuation and the space characters (see the Notes for more details).
Checking whether a character string ends with one of the strings found in the list Hide the details
Size of the corresponding element, 0 if <Initial String> does not end with one of the elements of <List of Sought Strings>.
List of elements that must be compared to the end of <Initial String>. This parameter can correspond to: a simple character string, a character string variable, an array of character strings (in the following format: ["string1", "string2", "string3"]an "array of character strings" variable.
Options used for the search:ccNormal(Default value)Standard comparison, similar to the operator '='. ccIgnoreAccentComparison while ignoring the accented characters.ccIgnoreCaseComparison while ignoring the case (uppercase/lowercase characters)ccIgnoreSpaceComparison while ignoring the space characters found before and after the character strings to compareVersions 20 and laterccIgnoreInsideSpaceNew in version 20ccIgnoreInsideSpaceccIgnoreInsideSpaceComparison while ignoring the space characters found inside the character strings to compare. This constant is not available.ccIgnorePunctuationAndSpaceComparison while ignoring the punctuation and the space characters (see the Notes for more details).
Characters taken into account for the punctuation and the spaces
StringEndsWith and UNICODE
Last update: 10/31/2019
Send a report | Local help
Searching...
J'accepte les termes de la licence
All you have to do is configure your product as follows: