コンテンツにスキップ

テンプレート:Str split/doc

出典: フリー引用句集『ウィキクォート(Wikiquote)』

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