Methods for strings
Searches a byte array. |
|
Compares two byte arrays. |
|
Copies from one byte array to another. |
|
Moves from one byte array to another. |
|
Copies character to byte array. |
Returns formatted string. |
|
Formatted output to a string. |
|
Formatted input from a string. |
|
Concatenates strings. |
|
Searches a string for a character. |
|
Compares two strings. |
|
Case-insensitive compare of two strings. |
|
Copies one string to another. |
|
Searches string for first character in a set of characters. |
|
Case-insensitive compare of two strings. |
|
Gets the length of a string. |
|
Converts a string to lowercase. |
|
Concatenates bytes of one string to another. |
|
Compares part of two strings. |
|
Case-insensitive compare of parts of two strings. |
|
Copies bytes from one string to another. |
|
Case-insensitive compare of parts of two strings. |
|
Searches string for character from a set of characters. |
|
Searches string for the last occurrence of a character. |
|
Searches string for character not in a set of characters. |
|
Searches a string for a substring. |
|
Case insensitive version of Clib.strstr. |
|
Converts a string to a floating-point value. |
|
Searches a string for delimited tokens. |
|
Converts a string to an integer value. |
|
Converts a string to uppercase. |
Converts to ASCII. |
|
Converts to lowercase. |
|
Converts to uppercase. |
Formatted output to string using variable args. |
|
Formatted input from a string. |
Returns a character in a string. |
|
Returns a unicode character in a string. |
|
Concatenate a string. |
|
Returns index of first substring in a string. |
|
Returns index of last substring in a string. |
|
Compare string using local settings. |
|
Get a substring from a string. |
|
Splits a string into an array of strings. |
|
Retrieves a section of a string. |
|
Returns lowercase string using local settings. |
|
Returns uppercase string using local settings. |
|
Converts a string to lowercase. |
|
Converts a string to uppercase. |
Creates a string from character codes. |
item.jsh - delimited strings/arrays
string.jsh - more for strings