String
Definitions for String Namespace
Enums
| Namespace | Name | Description |
|---|---|---|
| String | CompareType | Compare type. |
Properties
| Namespace | Declaration | Description |
|---|---|---|
| String | const CompareType DEFAULT_COMPARE | Default comparison type. |
| String | const string EMPTY_STRING | Empty string. Useful when a reference to a string is needed. |
| String | const string WHITESPACE_CHARACTERS | A string that contains one instance of every whitespace character. |
| String | const size_t INVALID_INDEX | Sentinel value used by string methods. Value: 4294967295 |
| String | const size_t NO_MORE_TOKENS | Sentinel value used by string tokenization when there are no tokens remaining. Value: 4294967294 |