| | |
Constant | Description | Used by |
---|
BigEndian | Groups values in big-endian format. | BufferToHexa |
byRegularExpression | Search using a regular expression. | CodeEditorSearch |
ccIgnoreAccent | - Compares strings ignoring accented characters.
- Removes accents from a string.
| |
ccIgnoreCase | Compares strings ignoring the case (uppercase/lowercase characters). | StringCompare, StringStartsWith, StringEndsWith, KanbanFilter SortOption property |
ccIgnoreInsideSpace | - Compares strings ignoring spaces within the strings.
- Removes spaces within the strings.
| |
ccIgnorePunctuationAndSpace | - 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, CapitalizeEachWord |
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 search for: Accented or diacritical characters. | CharactTypeCount, CharactType |
ctAlpha | Type of characters to search for: Letters. | CharactTypeCount, CharactType |
ctLowercase | Type of characters to search for: Lowercase. | CharactTypeCount, CharactType |
ctNumeric | Type of characters to search for: Numeric characters. | CharactTypeCount, CharactType |
ctPunctuation | Type of characters to search for: Punctuation characters. | CharactTypeCount, CharactType |
ctSpace | Type of characters to search for: Spaces. | CharactTypeCount, CharactType |
ctUppercase | Type of characters to search for: Uppercase characters. | CharactTypeCount, CharactType |
durationCenti | Time format to convert: "+JHHMMSSCC". | StringToDuration, DurationToString |
durationMilli | Time format to convert: "+JHHMMSSCCC". | 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 CodeEditorSearch CodeEditorReplace |
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 |
nfaLeft | Number alignment: Left alignment, fill characters will be added on the right. | NumericFormat type |
nfaRight | Number alignment: Right alignment, fill characters will be added on the left. | NumericFormat type |
nfnBinary | Type of notation to be used: Binary notation. | NumericFormat type |
nfnDecimal | Type of notation to be used: Decimal notation. | NumericFormat type |
nfnExponential | Type of notation to be used: Exponential notation. | NumericFormat type |
nfnHexadecimal | Type of notation to be used: Hexadecimal notation. | NumericFormat type |
nfnOctal | Type of notation to be used: Octal notation. | NumericFormat type |
nfpAuto | Use of an automatic prefix. | NumericFormat type |
nfsAlways | - Sign display: The sign is always displayed.
- Displaying the sign when displaying in exponential form: The sign is always displayed.
| NumericFormat type |
nfsMinusIfNegative | - Sign display: The '-' sign is only displayed if the number is negative.
- Displaying the sign when displaying in exponential form: The sign is only displayed if the number is negative.
| NumericFormat type |
nfsParenthesesIfNegative | Sign display: If the number is negative, it is surrounded by brackets. | NumericFormat type |
NoGrouping | Number of bytes displayed per word: no grouping will be performed. All hexadecimal codes will have no spaces. Example: 61002345A1. | BufferToHexa |
NoLine | Number of bytes displayed before going to line: all bytes will be positioned on the same line. | BufferToHexa |
numberOfCharactersToDelete | Truncation type: Specify the number of characters to be deleted. | Truncate |
numberOfCharactersToStore | Truncation type: Specify the number of characters to be retained. | Truncate |
previousRank | Continues the search started with lastRank. | ExtractString, PositionOccurrence |
psdFormatting | JSON formatting option: JSON is generated with carriage returns and indentation. | VariantToJSON |
psdMinified | JSON formatting option: JSON is generated by deleting 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 | Portion of URL to extract: URL domain. | URLExtractPath |
urlFragment | Portion of the URL to extract: Fragment of the URL (anchor in a document). | URLExtractPath |
urlPassword | Portion of URL to extract: User password in URL. | URLExtractPath |
urlPort | Portion of URL to extract: URL port. | URLExtractPath |
urlProtocol | Portion of URL to extract: URL protocol. | URLExtractPath |
urlRequest | Portion of URL to be extracted: URL query. | URLExtractPath |
urlResourceExtension | Portion of URL to extract: Extension of the URL resource. | URLExtractPath |
urlResourceName | Portion of URL to extract: URL resource name. | URLExtractPath |
urlResourcePath | Portion of URL to extract: URL resource path. | URLExtractPath |
urlUser | Portion of URL to extract: User name in URL. | URLExtractPath |
WholeWord | Searches for a whole word, i.e., enclosed in punctuation characters or spaces. | StringCount, Position, PositionOccurrence, Replace, CommonLength DocFind, DocReplace KanbanFilter CodeEditorSearch CodeEditorReplace |
WithDuplicates | Allows duplicates in an associative array. | Associative array |
WithoutDuplicates | Does not allow duplicates in an associative array. | Associative array |