The following are brief descriptions of the utility library functions
which pertain to string operations using the international ASCII character
set.
Table 37-9: Utility International String Functions
_________________________________________________________________
| |
| Function Description |
|=================================================================|
| Stricmp() Compare strings, case-insensitive. |
| Strnicmp() Compare strings, case-insensitive, with specified |
| length. |
|-----------------------------------------------------------------|
| ToLower() Convert a character to lower case. |
| ToUpper() Convert a character to upper case. |
|_________________________________________________________________|
[Back to Amiga Developer Docs]