テンプレート:Str split/doc
表示
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