テンプレート:Str split
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
この解説は、テンプレート:Str split/doc (編集 | 履歴)から呼び出されています。 編集者は、このテンプレートを サンドボックス (作成 | 複製) と テストケース (作成) で試すことができます。(解説) カテゴリは /doc サブページに追加してください。言語間リンクは Wikipedia:ウィキデータ を利用してください。 このテンプレートのサブページ一覧。 |