String Functions
Function |
Description |
Appends a zero terminated string to the end of an existing zero terminated string. |
|
Appends a zero terminated string to the end of an existing zero terminated string. |
|
A case sensitive string comparison that compares two zero terminated strings for a difference. |
|
A case sensitive string comparison that compares two zero terminated strings for a difference. |
|
A case insensitive string comparison that compares two zero terminated strings for a difference. |
|
String_CompareIW |
A case insensitive string comparison that compares two zero terminated strings for a difference. |
A case insensitive string comparison that compares two zero terminated strings for a difference. |
|
String_CompareIExW |
A case insensitive string comparison that compares two zero terminated strings for a difference. |
Concatenate two strings by appending the second zero terminated string to the end of the first zero terminated string. |
|
Concatenate two strings by appending the second zero terminated string to the end of the first zero terminated string. |
|
Copies a zero terminated string from the source buffer to the destination buffer. |
|
Copies a zero terminated string from the source buffer to the destination buffer. |
|
Count the number of instances of a specified substring in a zero terminated string. |
|
Count the number of instances of a specified substring in a zero terminated string. |
|
Find a substring in a zero terminated source string. |
|
Find a substring in a zero terminated source string. |
|
Gets a substring from the left side of a zero terminated string. |
|
Gets a substring from the left side of a zero terminated string. |
|
Trims the leading spaces and tabs from a zero terminated string. |
|
Trims the leading spaces and tabs from a zero terminated string. |
|
Reads the length of a zero terminated string. |
|
Reads the length of a zero terminated string. |
|
Converts any uppercase characters in the supplied zero terminated string to lowercase. |
|
Converts any uppercase characters in the supplied zero terminated string to lowercase. |
|
Gets a substring from the middle of a zero terminated string. |
|
Gets a substring from the middle of a zero terminated string. |
|
Format a string with single spaces and trimmed ends. |
|
Format a string with single spaces and trimmed ends. |
|
Concatenate multiple strings. |
|
Concatenate multiple strings. |
|
Removes a substring from a zero terminated source string. |
|
Removes a substring from a zero terminated source string. |
|
Replaces text in a zero terminated string. |
|
Replaces text in a zero terminated string. |
|
Reverses a zero terminated string. |
|
Reverses a zero terminated string. |
|
Gets a substring from the right side of a zero terminated string. |
|
Gets a substring from the right side of a zero terminated string. |
|
Trims the trailing spaces and tabs from a zero terminated string. |
|
Trims the trailing spaces and tabs from a zero terminated string. |
|
Find a substring in a zero terminated source string. |
|
Find a substring in a zero terminated source string. |
|
Trims the leading and trailing spaces and tabs from a zero terminated string. |
|
String_TrimW |
Trims the leading and trailing spaces and tabs from a zero terminated string. |
Converts any lowercase characters in the supplied zero terminated string to uppercase. |
|
Converts any lowercase characters in the supplied zero terminated string to uppercase. |
|
Globally replace whole words in the source text and write the result to the destination. |
|
String_WordReplaceW |
Globally replace whole words in the source text and write the result to the destination. |
ANSI String Function |
Description |
Appends a zero terminated string to the end of an existing zero terminated string. |
|
A case sensitive string comparison that compares two zero terminated strings for a difference. |
|
A case insensitive string comparison that compares two zero terminated strings for a difference. |
|
A case insensitive string comparison that compares two zero terminated strings for a difference. |
|
Concatenate two strings by appending the second zero terminated string to the end of the first zero terminated string. |
|
Copies a zero terminated string from the source buffer to the destination buffer. |
|
Count the number of instances of a specified substring in a zero terminated string. |
|
Find a substring in a zero terminated source string. |
|
Gets a substring from the left side of a zero terminated string. |
|
Trims the leading spaces and tabs from a zero terminated string. |
|
Converts any uppercase characters in the supplied zero terminated string to lowercase. |
|
Gets a substring from the middle of a zero terminated string. |
|
Format a string with single spaces and trimmed ends. |
|
Concatenate multiple strings. |
|
Removes a substring from a zero terminated source string. |
|
Replaces text in a zero terminated string. |
|
Reverses a zero terminated string. |
|
Gets a substring from the right side of a zero terminated string. |
|
Trims the trailing spaces and tabs from a zero terminated string. |
|
Find a substring in a zero terminated source string. |
|
Trims the leading and trailing spaces and tabs from a zero terminated string. |
|
Converts any lowercase characters in the supplied zero terminated string to uppercase. |
|
Globally replace whole words in the source text and write the result to the destination. |
UNICODE String Function |
Description |
Appends a zero terminated string to the end of an existing zero terminated string. |
|
A case sensitive string comparison that compares two zero terminated strings for a difference. |
|
String_CompareIW |
A case insensitive string comparison that compares two zero terminated strings for a difference. |
String_CompareIExW |
A case insensitive string comparison that compares two zero terminated strings for a difference. |
Concatenate two strings by appending the second zero terminated string to the end of the first zero terminated string. |
|
Copies a zero terminated string from the source buffer to the destination buffer. |
|
Count the number of instances of a specified substring in a zero terminated string. |
|
Find a substring in a zero terminated source string. |
|
Gets a substring from the left side of a zero terminated string. |
|
Trims the leading spaces and tabs from a zero terminated string. |
|
Converts any uppercase characters in the supplied zero terminated string to lowercase. |
|
Gets a substring from the middle of a zero terminated string. |
|
Format a string with single spaces and trimmed ends. |
|
Concatenate multiple strings. |
|
Removes a substring from a zero terminated source string. |
|
Replaces text in a zero terminated string. |
|
Reverses a zero terminated string. |
|
Gets a substring from the right side of a zero terminated string. |
|
Trims the trailing spaces and tabs from a zero terminated string. |
|
Find a substring in a zero terminated source string. |
|
String_TrimW |
Trims the leading and trailing spaces and tabs from a zero terminated string. |
Converts any lowercase characters in the supplied zero terminated string to uppercase. |
|
String_WordReplaceW |
Globally replace whole words in the source text and write the result to the destination. |