Functions to work with text strings.

 

AnsilLowerCase

convert UNICODE string to the lower case;

AnsilUpperCase

convert UNICODE string to the upper case;

Copy

copy a substring from a specified string;

Delete

delete a substring from a specified string;

Fetch

"cutting" a specified string from the beginning to delimiter;

Insert

insert a substring at the specified position;

IsStNumbers

determine if a specified string is a number;

IsStringInList

determine element existence in a string list;

Length

obtain a length of the text string;

LowerCase

convert a specified string to a lower case;

Pos

search a substring in a specified string;

PosEx

search a substring in a string with the offset

ReplaceString

search and replace substring occurrences in a specified string;

StringCharsCount

get the number of occurrences in a string;

TextWithCRLFToJSON

convert multi-line text to JSON object with a key-value pair;

Trim

"trim" spaces at the beginning and end of a specified string;

TStringList

13 methods and 7 properties for working with text lists and files;

UpperCase

convert a specified string to uppercase.