mc/tests/lib/search
Steef Boerrigter e370818c09 Ticket #400: support multi-line search.
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>
2022-08-14 18:02:23 +03:00
..
glob_prepare_replace_str.c Update copyright years. 2022-03-13 13:17:26 +03:00
glob_translate_to_regex.c Update copyright years. 2022-03-13 13:17:26 +03:00
hex_translate_to_regex.c Tests clean up. 2022-03-13 13:17:27 +03:00
Makefile.am Ticket #400: support multi-line search. 2022-08-14 18:02:23 +03:00
regex_multiline_str.c Ticket #400: support multi-line search. 2022-08-14 18:02:23 +03:00
regex_process_escape_sequence.c Update copyright years. 2022-03-13 13:17:26 +03:00
regex_replace_esc_seq.c Tests clean up. 2022-03-13 13:17:27 +03:00
translate_replace_glob_to_regex.c Update copyright years. 2022-03-13 13:17:26 +03:00