diff options
Diffstat (limited to 'doc/ja/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/ja/autogen/user/weechat_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt index a51b622bd..aa138966d 100644 --- a/doc/ja/autogen/user/weechat_options.txt +++ b/doc/ja/autogen/user/weechat_options.txt @@ -434,7 +434,7 @@ ** 値: on, off (デフォルト値: `off`) * [[option_weechat.look.buffer_search_regex]] *weechat.look.buffer_search_regex* -** 説明: `default text search in buffer: if enabled, search regular expression, otherwise search simple string` +** 説明: `default text search in buffer: if enabled, search POSIX extended regular expression, otherwise search simple string` ** タイプ: ブール ** 値: on, off (デフォルト値: `off`) @@ -539,7 +539,7 @@ ** 値: 未制約文字列 (デフォルト値: `""`) * [[option_weechat.look.highlight_regex]] *weechat.look.highlight_regex* -** 説明: `メッセージがハイライトされるかを判断する正規表現、一回以上マッチすればハイライトされる (英数字、"-"、"_"、"|")、正規表現は大文字小文字を区別しない (最初に "(?-i)" がある場合は区別する)、例: "flashcode|flashy", "(?-i)FlashCode|flashy"` +** 説明: `POSIX extended regular expression used to check if a message has highlight or not, at least one match in string must be surrounded by word chars (alphanumeric, "-", "_" or "|"), regular expression is case insensitive (use "(?-i)" at beginning to make it case sensitive), examples: "flashcode|flashy", "(?-i)FlashCode|flashy"` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) |