CUTSPACE†
Format†
CUTSPACE( string )
Function†
- If there are whitespace characters at the left and right ends of the string, they are removed.
- Whitespace characters are half-width spaces, full-width spaces, and tabs.
Arguments†
- string
- The original string.
Return value†
- If successful, the string after removal.
- If unsuccessful, nothing is returned (VOID)
Related†
Version†
- YAYA: Available from the start
- Available in AYA5.8
Example†
CUTSPACE(' Sakura Mayura ') // "Sakura Mayura" is output