https://emily.shillest.net/ayaya/index.php?マニュアル/関数/STRLEN
STRLEN†
Format†
STRLEN( string )
Function†
- Returns the number of characters in a string.
- Note that it is not the number of bytes (e.g., kanji characters are counted as one character).
Arguments†
- string
- The string whose character count is to be checked.
Return value†
- If successful, the number of characters.
- If unsuccessful, 0
Related†
Version†
- YAYA: Available from the start
- Available in AYA5.8
Example†
- No example yet.
- Someone please provide one!