1. String Manipulation
String functions perform operations related to characters and strings.
| Name | Explanation |
|---|---|
| find | Search for strings |
| fullp | Converts half-width characters to full-width characters Added from Mobile Ver.2.0.0 |
| halfp | Converts full-width characters to half-width characters Added from Mobile Ver.2.0.0 |
| left | Extract the string from the left |
| length | Find the length of the string |
| lower | Convert uppercase letters to lowercase |
| mid | Extract the character string from the middle |
| replace | Replace string |
| right | Extract the string from the right |
| split | Get the elements by separating the strings |
| str | Convert the value to a string |
| strf | Create a string with a format string Added from Mobile Ver.2.0.0 Not available on mobile |
| suuji | Converts numbers to Chinese numerals |
| trim | Removes extra whitespace in the string |
| upper | Convert lowercase letters to uppercase |
| val | Converts a string to a number |