いくつかの文字列関数を追加

This commit is contained in:
syuilo 2019-04-29 15:13:04 +09:00
parent 9158426d0a
commit c6b64e57f1
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 44 additions and 20 deletions

View file

@ -1902,12 +1902,28 @@ pages:
random: "ランダム"
value: "値"
fn: "関数"
text: "テキスト操作"
blocks:
text: "テキスト"
multiLineText: "テキスト(複数行)"
textList: "テキストのリスト"
_textList:
info: "ひとつひとつを改行で区切ってください"
strLen: "テキストの長さ"
_strLen:
arg1: "テキスト"
strPick: "文字取り出し"
_strPick:
arg1: "テキスト"
arg2: "文字の位置"
strReplace: "テキスト置き換え"
_strReplace:
arg1: "テキスト"
arg2: "置き換え前"
arg3: "置き換え後"
strReverse: "テキストを反転"
_strReverse:
arg1: "テキスト"
add: "+ 足す"
_add:
arg1: "A"