String Functions (Compact 2013)
3/28/2014
The following table shows the string functions with a description of the purpose of each.
Function |
Description |
---|---|
Converts a character string or a single character to lowercase. |
|
Converts uppercase characters in a buffer to lowercase characters. |
|
Returns a pointer to the next character in a string. |
|
Returns a pointer to the preceding character in a string. |
|
Converts a character string or a single character to uppercase. |
|
Converts lowercase characters in a buffer to uppercase characters. |
|
Checks whether a character is an alphabetic character. |
|
Checks whether a character is either an alphabetic or a numeric character. |
|
Checks whether a character is lowercase. |
|
Checks whether a character is uppercase. |
|
Loads a string resource from the executable file associated with a specified module, copies the string into a buffer, and appends a terminating null character. |
|
Formats and stores a series of characters and values in a buffer. |
|
Formats and stores a series of characters and values in a buffer. |