namespace Text
Defined in:  
The TSText.hText namespace contains miscellaneous text functions.
Definition
namespace Terathon { namespace Text {...} }
Member Functions
| Text::GetTextLength | Returns the length of a character string. | 
| Text::GetUnicodeCharCount | Returns the number of UTF-8 characters in a string. | 
| Text::Hash | Calculates the hash value for a character string. | 
| Text::FindChar | Searches for a particular byte value in a string. | 
| Text::FindUnquotedChar | Searches for a particular byte value in a string. | 
| Text::CompareText | Compares two strings for equality. | 
| Text::CompareTextCaseless | Compares two strings for equality, ignoring case. | 
| Text::CompareTextLessThan | Determines whether one string precedes another. | 
| Text::CompareTextLessThanCaseless | Determines whether one string precedes another, ignoring case. | 
| Text::CompareTextLessEqual | Determines whether one string precedes another or the two strings are equal. | 
| Text::CompareTextLessEqualCaseless | Determines whether one string precedes another or the two strings are equal, ignoring case. | 
| Text::ReadString | Reads a string of non-whitespace characters from a character string. | 
See Also
