ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Deleting all the occurrences of a substring in a string Hide the details
String resulting from the deletion of the substrings.
Initial string to use. This character string is not modified.
Substring that will be deleted from <String>. This string can correspond to: a character string. an array of character strings. In this case, all the substrings are deleted from <String>.
Mode used to find 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 it searches for all specified strings (even if they are part of a word).
Deleting part of a string identified by its position and length Hide the details
String resulting from the deletion of a part of the string.
Initial string to use (maximum size: 2 GB). This character string is not modified.
Position of the part of the string to delete.
Length of the part of the string to delete (in number of characters).
Last update: 11/25/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: