テンプレート: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