Character Manipulation Routines
Go Up to API Categories Index
This topic lists all character manipulation routines.
Routine | Description |
---|---|
SysUtils.CharInSet checks whether a given character is contained within a set. | |
Returns the character for a specified ASCII value. | |
Fills contiguous bytes with a specified value. | |
Determines whether a UTF-16 character is defined as a control character in the Unicode specifications. | |
Determines whether the UTF-16 character is defined as a digit in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as a high surrogate in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as a letter in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as a letter or a digit in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as a low surrogate in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as lower case in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as a number in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as punctuation in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as a separator in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as a surrogate in the Unicode specifications. | |
Determines whether characters are a valid surrogate pair in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as a symbol in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as upper case in the Unicode specifications. | |
Determines whether a UTF-16 character is defined as whitespace in the Unicode specifications. | |
Copies bytes from a source to a destination. | |
Converts a UTF-16 character to its lower case equivalent according to the Unicode specification. | |
Converts a UTF-16 char to its upper case equivalent according to the Unicode specification. | |
Converts a character to uppercase. |