~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to doc/ja/autogen/user/rmodifier_commands.txt

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2014-02-13 12:11:54 UTC
  • mfrom: (29.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140213121154-k6sdmtnralvjbmgq
Tags: 0.4.3-2
* Add missing symlink for Polish manpage
* Change ruby-* Build-Depends to gem2deb so that ruby plugin will be
  built against the newest Ruby interpreter available (Closes: #738685)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[[command_rmodifier_rmodifier]]
2
2
[command]*`rmodifier`* 正規表現で modifier 文字列を変更::
3
 
........................................
 
3
 
 
4
----
4
5
/rmodifier  list|listdefault
5
6
            add <name> <modifiers> <groups> <regex>
6
7
            del <name>|-all [<name>...]
13
14
       name: rmodifier の名前
14
15
  modifiers: rmodifier のコンマ区切りリスト
15
16
     groups: 正規表現にマッチするグループに対するアクション (括弧内): グループ (1 から 9) のコンマ区切りリスト、グループを隠すには番号の後ろに任意で "*" をつける
16
 
      regex: 正規表現 (大文字小文字の区別無し、"(?-i)" で始めれば区別有り)
 
17
      regex: POSIX 拡張正規表現 (大文字小文字の区別無し、"(?-i)" で始めれば区別有り)
17
18
        del: rmodifier を削除
18
19
       -all: 全ての rmodifier を削除
19
20
    missing: 見つからない rmodifier を追加
26
27
    /rmodifier del password
27
28
  全ての rmodifiers を削除:
28
29
    /rmodifier del -all
29
 
........................................
 
30
----
30
31