投稿者:
ネット・イメージ
投稿日:
2019-06-26 22:15:13 DL数:
17
kasi.txtを一文字ずつで自動生成します。
開始するマークを選択し、このコマンドを使ってみてください。
Create the kasi.txt (lyrics) in one by one character.
Select the starting mark, then use this command.
例 Example:
In: abcdef
Out: a ab abc abcd abcde abcdef
改行符 New line symbol :
この文字の後の内容が新しい行で生成します。
The texts after the symbol will be wrote in the new line.
例 Example:
In: abc^def
Out: a ab abc d de def
In: a^^b
Out: a [empty] b
連続符 Connect symbol :
この文字の次の文字が前の文字と一緒に生成します。
The character after the symbol will be wrote with the character before the symbol together.
例 Example:
In: a&bcde&f
Out: ab abc abcd abcdef
In: [abc]def[ghi]
Out: abc abcd abcde abcdef abcdefghi
2020/01/23 1:27 2回以上連続の改行符を空の文字列1行生成するようになりました。
2020/01/23 2:01 連続符その2を利用可能になりました。