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.

ChercheSearches for a sub-string of a character string and returns its position.
ChrConverts a character code into a string.
CurrentLanguageReturns the current language as an IETF BCP 47 .
DecoupeSplits a string based on a delimiter and returns a list of sub-elements.
Droite 
EncodeURIComponentEncodes a string in URI-encoded format with string normalization.
FindSearches for a sub-string of a character string and returns its position.
FloatToStrConverts a floating-point value to its character string representation.
FormatDateTimeFormats a date/time in the form of a string in a user-defined format.
FormatFloatConverts a floating-point value to a string and specifies the format.
Gauche 
IntToHex 
IntToStrConverts an integer to its character string representation.
JSONParseInterprets a string in JSON format.
JSONPathExtracts a sub-set of data from a string in JSON format.
JSONStringifyEncodes a value in JSON format.
LeftExtracts characters from the left end of a string of characters (the first characters).
Length 
LowerCase 
Majuscule 
Mid 
Minuscule 
NbCar 
NbChar 
NBSPReturns a non-breaking space character.
RemoveCharsDeletes a set of characters from a string.
ReptGenerates a string of characters by repeating a sub-string.
RightExtracts rightmost characters of a string.
SHA256Calculation of a string's hash, as per SHA-256.
SplitSplits a string based on a delimiter and returns a list of sub-elements.
StrAfterExtracts string characters after a delimiter.
StrBeforeExtracts string characters before a delimiter.
StrToDateTime 
StrToFloat 
StrToFloatDef 
STxt 
Substitute 
Text 
Texte 
Trim 
UpperCaseChanges a string of characters to uppercase letters.
URLEncodeEncodes a string in URL-encoded format without string normalization