コンテンツにスキップ

テンプレート:Str split

出典: フリー引用句集『ウィキクォート(Wikiquote)』
Documentation icon テンプレートの解説[表示] [編集] [履歴] [キャッシュ破棄]

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