Strings
Character string functions.
The first character in a character string has an index of 1 (like in Excel and in Qubes scripts).
See all of the Functions.
| Cherche | Searches for a sub-string of a character string and returns its position. |
| Chr | Converts a character code into a string. |
| CurrentLanguage | Returns the current language as an IETF BCP 47 . |
| Decoupe | Splits a string based on a delimiter and returns a list of sub-elements. |
| Droite | |
| EncodeURIComponent | Encodes a string in URI-encoded format with string normalization. |
| Find | Searches for a sub-string of a character string and returns its position. |
| FloatToStr | Converts a floating-point value to its character string representation. |
| FormatDateTime | Formats a date/time in the form of a string in a user-defined format. |
| FormatFloat | Converts a floating-point value to a string and specifies the format. |
| Gauche | |
| IntToHex | |
| IntToStr | Converts an integer to its character string representation. |
| JSONParse | Interprets a string in JSON format. |
| JSONPath | Extracts a sub-set of data from a string in JSON format. |
| JSONStringify | Encodes a value in JSON format. |
| Left | Extracts characters from the left end of a string of characters (the first characters). |
| Length | |
| LowerCase | |
| Majuscule | |
| Mid | |
| Minuscule | |
| NbCar | |
| NbChar | |
| NBSP | Returns a non-breaking space character. |
| RemoveChars | Deletes a set of characters from a string. |
| Rept | Generates a string of characters by repeating a sub-string. |
| Right | Extracts rightmost characters of a string. |
| SHA256 | Calculation of a string's hash, as per SHA-256. |
| Split | Splits a string based on a delimiter and returns a list of sub-elements. |
| StrAfter | Extracts string characters after a delimiter. |
| StrBefore | Extracts string characters before a delimiter. |
| StrToDateTime | |
| StrToFloat | |
| StrToFloatDef | |
| STxt | |
| Substitute | |
| Text | |
| Texte | |
| Trim | |
| UpperCase | Changes a string of characters to uppercase letters. |
| URLEncode | Encodes a string in URL-encoded format without string normalization |