From 36b89b9ba5c3dd90f7791c8d86517a4d8d82434c Mon Sep 17 00:00:00 2001 From: esdoppio Date: Tue, 23 Aug 2016 07:29:56 +0800 Subject: [PATCH] doc/RE: clarify the definition of \G --- doc/RE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/RE b/doc/RE index 13cdda9..e8a6aa4 100644 --- a/doc/RE +++ b/doc/RE @@ -131,7 +131,7 @@ syntax: ONIG_SYNTAX_RUBY (default) \A beginning of string \Z end of string, or before newline at the end \z end of string - \G matching start position + \G where the current search attempt begins 6. Character class -- 2.40.0