MyChat Scripts Engine: working with strings
Functions to work with text strings.
convert UNICODE string to the lower case; |
|
convert UNICODE string to the upper case; |
|
copy a substring from a specified string; |
|
delete a substring from a specified string; |
|
"cutting" a specified string from the beginning to delimiter; |
|
insert a substring at the specified position; |
|
determine if a specified string is a number; |
|
determine element existence in a string list; |
|
obtain a length of the text string; |
|
convert a specified string to a lower case; |
|
search a substring in a specified string; |
|
search a substring in a string with the offset |
|
search and replace substring occurrences in a specified string; |
|
get the number of occurrences in a string; |
|
convert multi-line text to JSON object with a key-value pair; |
|
"trim" spaces at the beginning and end of a specified string; |
|
13 methods and 7 properties for working with text lists and files; |
|
convert a specified string to uppercase. |