NicoyouGame
Preparing search index...
The search index is not available
Documentation
Documentation
StringUtility
split_text_by_delimiter
Function split_text_by_delimiter
split_
text_
by_
delimiter
(
text
,
max_length
,
offset
)
:
string
文字列を助詞や読点・句点で改行する
Parameters
text
:
string
文字列
max_length
:
number
一行あたりの最大文字数
offset
:
number
一行あたりの文字数が、最大文字数より少なくなって良い文字数 ( 区切りの良い文字を行末から探す最大文字数 )
Returns
string
改行された文字列
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
文字列を助詞や読点・句点で改行する