From 2dac8d16aaf4041411249d3d52c4a9af259687de Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Thu, 27 Nov 2014 20:13:15 +0300 Subject: added global search option --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 365b677..cedd3a4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ in source directory. Optionally, type $ make -k check -to run self-tests. +to run self-tests. Please report me if it fails on your system. Install ------- @@ -86,6 +86,8 @@ The following options are implemented: - `E` enables expansion of pattern before compilation. Note that you will need to use `$$` instead `$` for matching end of line in this case; +- `g` enables global search, like in Perl. Space separated list of all matched + substrings will be returned; - `i` makes search case insensitive. The same as in Perl; - `m` makes regexp treating string as multi-line, i. e. `^` and `$` will match immediately after or immediately before internal newlines. The same -- cgit v1.2.1