Skip to content

Commit

Permalink
Экранирование бэкслешей.
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed May 21, 2016
1 parent 0e26210 commit bacb292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion far/FarEng.hlf.m4
Expand Up @@ -4615,7 +4615,7 @@ prepended the backslash #\#.
Pay attention that all slashes and backslashes in regular expression must
be prepended with the symbol #\# to differ from other special symbols or with
the end of expression. An example: the string "big\white/scary" looks in the
form of regular expression like "big\\white\/scary".
form of regular expression like "big\\\\white\/scary".

#Metacharacters#

Expand Down
2 changes: 1 addition & 1 deletion far/FarRus.hlf.m4
Expand Up @@ -4741,7 +4741,7 @@ $ #Регулярные выражения для поиска#
регулярном выражении должны писаться со спецсимволом #\# впереди, чтобы не
быть спутанными с другими спецсимволами или концом выражения. Пример: строка
"большое\белое/страшное" в виде регулярного выражения должна выглядеть так -
"большое\\белое\/страшное".
"большое\\\\белое\/страшное".

#Метасимволы#

Expand Down

0 comments on commit bacb292

Please sign in to comment.