| [Overview][Procedures and functions][Index] | 
| 
 | Allocate memory for a new null-terminated string on the heap | |
| 
 | Concatenate 2 null-terminated strings. | |
| 
 | Compare 2 null-terminated strings, case sensitive. | |
| 
 | Copy a null-terminated string | |
| 
 | disposes of a null-terminated string on the heap | |
| 
 | Copy a null-terminated string, return a pointer to the end. | |
| 
 | Return a pointer to the end of a null-terminated string | |
| 
 | Compare 2 null-terminated strings, case insensitive. | |
| 
 | Return the position of a substring in a string, case insensitive. | |
| 
 | Scan a string for a character, case-insensitive | |
| 
 | Concatenate 2 null-terminated strings, with length boundary. | |
| 
 | Compare limited number of characters of 2 null-terminated strings | |
| 
 | Copy a null-terminated string, limited in length. | |
| 
 | Length of a null-terminated string. | |
| 
 | Compare limited number of characters in 2 null-terminated strings, ignoring case. | |
| 
 | Convert null-terminated string to all-lowercase. | |
| 
 | Move a null-terminated string to new location. | |
| 
 | Allocate room for new null-terminated string. | |
| 
 | Convert a null-terminated string to a shortstring. | |
| 
 | Copy a pascal string to a null-terminated string | |
| 
 | Search for a null-terminated substring in a null-terminated string | |
| 
 | Scan a string reversely for a character, case-insensitive | |
| 
 | Find last occurrence of a character in a null-terminated string. | |
| 
 | Find first occurrence of a character in a null-terminated string. | |
| 
 | Convert null-terminated string to all-uppercase |