summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/rmodifier_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/autogen/user/rmodifier_commands.txt')
-rw-r--r--doc/ja/autogen/user/rmodifier_commands.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/rmodifier_commands.txt b/doc/ja/autogen/user/rmodifier_commands.txt
new file mode 100644
index 000000000..3af7492d3
--- /dev/null
+++ b/doc/ja/autogen/user/rmodifier_commands.txt
@@ -0,0 +1,28 @@
+[[command_rmodifier_rmodifier]]
+[command]*`rmodifier`* 正規表現で modifier 文字列を変更::
+........................................
+/rmodifier list|listdefault
+ add <name> <modifiers> <groups> <regex>
+ del <name>|-all [<name>...]
+ default -yes
+
+ list: 全ての rmodifier をリストアップ
+listdefault: デフォルトの rmodifier をリストアップ
+ add: rmodifier を追加
+ name: rmodifier の名前
+ modifiers: rmodifier のコンマ区切りリスト
+ groups: グループに対するアクション: グループ (1 から 9) のコンマ区切りリスト、グループを隠すにはオプションで番号の後ろに "*" をつける
+ regex: 正規表現 (大文字小文字の区別無し、"(?-i)" で始めれば区別有り)
+ del: rmodifier を削除
+ -all: 全ての rmodifier を削除
+ default: デフォルトの rmodifier に戻す
+
+例:
+ コマンド /password に続く入力は全て隠す:
+ /rmodifier add password input_text_display 1,2* ^(/password +)(.*)
+ rmodifier "password" を削除:
+ /rmodifier del password
+ 全ての rmodifiers を削除:
+ /rmodifier del -all
+........................................
+