mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
e370818c09
In order to use multiline search, select "Regular expression" mode and use "\n" in the input line: For example, if file contains lines aaa bbb search string should be "aaa\nbbb". As a side effect, non-printable ASCII symbols (\r, \t, etc) in the search string can be used too. Signed-off-by: Andrew Borodin <aborodin@vmail.ru> |
||
---|---|---|
.. | ||
glob_prepare_replace_str.c | ||
glob_translate_to_regex.c | ||
hex_translate_to_regex.c | ||
Makefile.am | ||
regex_multiline_str.c | ||
regex_process_escape_sequence.c | ||
regex_replace_esc_seq.c | ||
translate_replace_glob_to_regex.c |