Str split は、モジュール:String2 の split 関数のラッパーテンプレートです。

使い方

編集

書式

編集

{{Str split |txt=text |sep=separator |idx=index |plain=true/false}}

{{Str split |txt=a,b,c |sep=, |idx=1}}
a
{{Str split |txt=a,b,c |sep=, |idx=2}}
b
{{Str split |txt=a,b,c |sep=, |idx=3}}
c
{{Str split |txt=a b c |sep=" " |idx=2}}
b