String manipulation
Function name | Description |
|---|---|
Determine whether a string is packed or unpacked. | |
Copy bytes from one location to another. | |
Copies the value to the first n characters of the string pointed to, by the argument str[]. | |
Convert values to text. | |
Concatenate two strings. | |
Compare two strings. | |
Create a copy of a string. | |
Create a copy of a defined length string. | |
Delete characters from the string. | |
Compare two strings. | |
Search for a sub-string in a string. | |
Insert a sub-string in a string. | |
Return the length of a string. | |
Extract a range of characters from a string. | |
Create a “packed” copy of a string. | |
Create an “unpacked” copy of a string. | |
Convert from text (string) to numbers. | |
Convert a number to text (string) |