From: esdoppio Date: Mon, 22 Aug 2016 23:29:56 +0000 (+0800) Subject: doc/RE: clarify the definition of \G X-Git-Tag: v6.1.0~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36b89b9ba5c3dd90f7791c8d86517a4d8d82434c;p=onig doc/RE: clarify the definition of \G --- 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