| | |
Constant | Description | Used by |
---|
Versions 17 and laterBigEndian New in version 17BigEndian 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 |
Versions 20 and laterccIgnoreInsideSpace New in version 20ccIgnoreInsideSpace 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 |
Versions 17 and laterctAccent New in version 17ctAccent ctAccent | Type of characters to find: Accented characters or characters with diacritical marks. | CharactTypeCount, CharactType |
Versions 17 and laterctAlpha New in version 17ctAlpha ctAlpha | Type of characters to find: Letters. | CharactTypeCount, CharactType |
Versions 17 and laterctLowercase New in version 17ctLowercase ctLowercase | Type of characters to find: Lowercase characters. | CharactTypeCount, CharactType |
Versions 17 and laterctNumeric New in version 17ctNumeric ctNumeric | Type of characters to find: Numeric characters. | CharactTypeCount, CharactType |
Versions 17 and laterctPunctuation New in version 17ctPunctuation ctPunctuation | Type of characters to find: Punctuation characters. | CharactTypeCount, CharactType |
Versions 17 and laterctSpace New in version 17ctSpace ctSpace | Type of characters to find: Spaces. | CharactTypeCount, CharactType |
Versions 17 and laterctUppercase New in version 17ctUppercase 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 DocSeek, 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 |
Versions 23 and laterNoGrouping New in version 23NoGrouping NoGrouping | Number of bytes per word: no grouping will be done. All hexadecimal codes will have no spaces. Example: 61002345A1. | BufferToHexa |
Versions 23 and laterNoLine New in version 23NoLine NoLine | Number of bytes before moving to the next line: all bytes will be on the same line. | BufferToHexa |
Versions 18 and laternumberOfCharactersToDelete New in version 18numberOfCharactersToDelete numberOfCharactersToDelete | Truncate method: Specifies the number of characters to remove. | Truncate |
Versions 18 and laternumberOfCharactersToStore New in version 18numberOfCharactersToStore numberOfCharactersToStore | Truncate method: Specifies the number of characters to keep. | Truncate |
previousRank | Continues the search started with lastRank. | ExtractString, PositionOccurrence |
Versions 22 and laterpsdFormatting New in version 22psdFormatting psdFormatting | JSON formatting options: the JSON string is generated with carriage returns and tabs. | VariantToJSON |
Versions 24 and laterpsdMinified New in version 24psdMinified 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 ignoring elements such as gImage, gLink, 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 |
Versions 20 and latersscAll New in version 20sscAll sscAll | Removes all specified spaces or characters from the initial string. Equivalent to sscRight + sscLeft + sscInside. | NoCharacter, NoSpace |
Versions 20 and latersscInside New in version 20sscInside sscInside | Removes specified spaces or characters within the initial string. | NoCharacter, NoSpace |
Versions 20 and latersscLeft New in version 20sscLeft sscLeft | Removes specified spaces or characters from the beginning of the initial string. | NoCharacter, NoSpace |
Versions 20 and latersscOutside New in version 20sscOutside sscOutside | Removes specified spaces or characters from the beginning and end of the initial string. Equivalent to sscRight + sscLeft. | NoCharacter, NoSpace |
Versions 20 and latersscRight New in version 20sscRight sscRight | Removes specified spaces or characters from the end of the initial string. | NoCharacter, NoSpace |
Versions 19 and laterurlDomain New in version 19urlDomain urlDomain | URL section to extract: Domain of the URL. | URLExtractPath |
Versions 19 and laterurlFragment New in version 19urlFragment urlFragment | URL section to extract: Fragment of the URL (anchor in a document). | URLExtractPath |
Versions 19 and laterurlPassword New in version 19urlPassword urlPassword | URL section to extract: Password of the user in the URL. | URLExtractPath |
Versions 19 and laterurlPort New in version 19urlPort urlPort | URL section to extract: Port of the URL. | URLExtractPath |
Versions 19 and laterurlProtocol New in version 19urlProtocol urlProtocol | URL section to extract: Protocol of the URL. | URLExtractPath |
Versions 19 and laterurlRequest New in version 19urlRequest urlRequest | URL section to extract: Request of the URL. | URLExtractPath |
Versions 19 and laterurlResourceExtension New in version 19urlResourceExtension urlResourceExtension | URL section to extract: Extension of the URL resource. | URLExtractPath |
Versions 19 and laterurlResourceName New in version 19urlResourceName urlResourceName | URL section to extract: Name of the URL resource. | URLExtractPath |
Versions 19 and laterurlResourcePath New in version 19urlResourcePath urlResourcePath | URL section to extract: Path of the URL resource. | URLExtractPath |
Versions 19 and laterurlUser New in version 19urlUser 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 DocSeek, DocReplace |
WithDuplicates | Allows duplicates in an associative array. | Associative array |
WithoutDuplicates | Does not allow duplicates in an associative array. | Associative array |