| | |
Constant | Description | Used by |
---|
BigEndian | Groups values in big-endian format. | BufferToHexa |
ccIgnoreAccent | - Compares strings ignoring accented characters.
- Removes accents from a string.
| |
ccIgnoreCase | Compares strings ignoring the case (uppercase/lowercase characters). | StringCompare, StringStartsWith, StringEndsWith,
SortOption property |
ccIgnoreInsideSpace | - Compares strings ignoring spaces within the strings.
- Removes spaces within the strings.
| |
ccIgnorePonctuationAndSpace | - Compares strings ignoring spaces and punctuation characters.
- Removes spaces and punctuation characters.
| |
ccIgnoreSpace | - Compares strings ignoring leading and trailing spaces.
- Removes leading and trailing spaces from the string.
| |
ccLexicographicOrder | Compares strings in lexicographical order (for example, 'é' is between 'e' and 'f'). | StringCompare, SortOption property |
ccLowCase | Converts the string to lowercase characters. | StringFormat StringSplit |
ccNormal | Standard comparison, similar to comparison operators such as <, <=, >, >=, =, etc. | StringCompare, StringStartsWith, StringEndsWith, StringFormat, SortOption property, StringSplit,
|
ccRespectNumeric | Compares strings taking into account the numeric values within the strings (in this case, "10" comes after "9"). | StringCompare |
ccUpCase | Converts the string to uppercase characters (including accented characters). | StringFormat StringSplit |
ctAccent | Type of characters to find: Accented characters or characters with diacritical marks. | CharactTypeCount, CharactType |
ctAlpha | Type of characters to find: Letters. | CharactTypeCount, CharactType |
ctLowercase | Type of characters to find: Lowercase characters. | CharactTypeCount, CharactType |
ctNumeric | Type of characters to find: Numeric characters. | CharactTypeCount, CharactType |
ctPunctuation | Type of characters to find: Punctuation characters. | CharactTypeCount, CharactType |
ctSpace | Type of characters to find: Spaces. | CharactTypeCount, CharactType |
ctUppercase | Type of characters to find: Uppercase characters. | CharactTypeCount, CharactType |
durationCenti | Format of the duration to convert: "+DHHMMSSCC" | StringToDuration, DurationToString |
durationMilli | Format of the duration to convert: "+DHHMMSSCCC" | StringToDuration, DurationToString |
firstRank | Starts searching for substrings separated by the specified separators from the beginning of the string. | ExtractString, PositionOccurrence |
FromBeginning | Searches from the beginning of the string. | ExtractString, StringIncrement, Position, PositionOccurrence, CommonLength |
FromEnd | Searches from the end of the string. | ExtractString, StringIncrement, Position, PositionOccurrence, CommonLength |
IgnoreCase | Searches ignoring the case (uppercase/lowercase characters). | StringCount, Position, PositionOccurrence, Replace, CommonLength DocFind, DocReplace |
lastRank | Starts searching for substrings separated by the specified separators from the end of the string. | ExtractString, PositionOccurrence |
nextRank | Continues the search started with firstRank. | ExtractString, PositionOccurrence |
NoGrouping | Number of bytes per word: no grouping will be done. All hexadecimal codes will have no spaces. Example: 61002345A1. | BufferToHexa |
NoLine | Number of bytes before moving to the next line: all bytes will be on the same line. | BufferToHexa |
numberOfCharactersToDelete | Truncate method: Specifies the number of characters to remove. | Truncate |
numberOfCharactersToStore | Truncate method: Specifies the number of characters to keep. | Truncate |
previousRank | Continues the search started with lastRank. | ExtractString, PositionOccurrence |
psdFormatting | JSON formatting options: the JSON string is generated with carriage returns and tabs. | VariantToJSON |
psdMinified | JSON formatting options: the JSON string is generated by removing unnecessary spaces. | Serialize, VariantToJSON |
sizeB | Size converted to bytes. | LengthToString |
sizeGB | Size converted to gigabytes. | LengthToString |
sizeKB | Size converted to kilobytes. | LengthToString |
sizeMB | Size converted to megabytes. | LengthToString |
sizeTB | Size converted to terabytes. | LengthToString |
sortDefault | Performs a case-insensitive and accent-insensitive sort. Ignores spaces. | SortOption property |
sortWithoutFunctionGxxx | Sorts text while ignoring gImage, gStoredValue, etc. | SortOption property |
srASCIIZAddress | The format of the string to retrieve is an integer that contains the address of an ASCIIZ string. | StringRetrieve |
srUNICODEAddress | The format of the string to retrieve is an integer that contains the address of a Unicode string. | StringRetrieve |
sscAll | Removes all specified spaces or characters from the initial string. Equivalent to sscRight + sscLeft + sscInside. | NoCharacter, NoSpace |
sscInside | Removes specified spaces or characters within the initial string. | NoCharacter, NoSpace |
sscLeft | Removes specified spaces or characters from the beginning of the initial string. | NoCharacter, NoSpace |
sscOutside | Removes specified spaces or characters from the beginning and end of the initial string. Equivalent to sscRight + sscLeft. | NoCharacter, NoSpace |
sscRight | Removes specified spaces or characters from the end of the initial string. | NoCharacter, NoSpace |
urlDomain | URL section to extract: Domain of the URL. | URLExtractPath |
urlFragment | URL section to extract: Fragment of the URL (anchor in a document). | URLExtractPath |
urlPassword | URL section to extract: Password of the user in the URL. | URLExtractPath |
urlPort | URL section to extract: Port of the URL. | URLExtractPath |
urlProtocol | URL section to extract: Protocol of the URL. | URLExtractPath |
urlRequest | URL section to extract: Request of the URL. | URLExtractPath |
urlResourceExtension | URL section to extract: Extension of the URL resource. | URLExtractPath |
urlResourceName | URL section to extract: Name of the URL resource. | URLExtractPath |
urlResourcePath | URL section to extract: Path of the URL resource. | URLExtractPath |
urlUser | URL section to extract: Name of the user in the URL. | URLExtractPath |
WholeWord | Searches for a whole word, i.e., between punctuation characters or spaces. | StringCount, Position, PositionOccurrence, Replace, CommonLength DocFind, DocReplace
|
WithDuplicates | Allows duplicates in an associative array. | Associative array |
WithoutDuplicates | Does not allow duplicates in an associative array. | Associative array |