Skip to content

Commit

Permalink
search_regexp_syntax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutaka Emura committed Oct 3, 2024
1 parent 4bb16e7 commit ad6e40f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions en/howto/search/search_regexp_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ See [Replacement Expression Syntax](replacement_expression_syntax).
line feed (\\n) must be specified carefully. See [To Specify newline characters](search_nl) for details.
- In order for some escape sequences to work in EmEditor, like "\\l", "\\u" and
their complements, the Match Case option has to be selected.
- Buffer boundaries ("\\`", "\\'", "\\A", "\\z", "\\Z") are not supported.

## Copyright Notice

Expand Down
1 change: 1 addition & 0 deletions ja/howto/search/search_regexp_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ EmEditor は、Perl の正規表現構文に基づいています。
- \[ファイルから検索\] および \[ファイルから置換\] では、復帰 (\\r) と改行 (\\n)
を厳密に分けて検索する必要があります。指定方法の違いについて、詳しくは、 [改行コードの指定方法](search_nl) をお読みください。
- "\\l"、"\\u"とその補完のように、エスケープ シーケンスによっては、大文字と小文字を区別するがチェックされていることが必要です。
- バッファーの区切り ("\\`", "\\'", "\\A", "\\z", "\\Z") はサポートされていません。

## 著作権表示

Expand Down

0 comments on commit ad6e40f

Please sign in to comment.