Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
StringSorter Fields
| Fields | Description |
| DESCENDING | Specifies that two strings are sorted in descending order. |
| IGNORECASE | Specifies that case is ignored when comparing or sorting two strings. |
| IGNOREKANATYPE | Specifies that Hiragana and Katakana characters are not differentiated. |
| IGNORENONSPACE | Specifies that nonspacing characters (such as accents, diacritics, and vowel marks) are ignored when comparing or sorting two strings. |
| IGNORESYMBOLS | Specifies that symbols are ignored when comparing or sorting two strings. |
| IGNOREWIDTH | Specifies that character widths are ignored when comparing or sorting two strings. |
| STRINGSORT | Specifies that punctuation and symbols are treated the same when comparing or sorting strings. |