]> granicus.if.org Git - onig/commitdiff
doc/RE: clarify the definition of \G
authoresdoppio <esdoppio@outlook.com>
Mon, 22 Aug 2016 23:29:56 +0000 (07:29 +0800)
committeresdoppio <esdoppio@outlook.com>
Mon, 22 Aug 2016 23:29:56 +0000 (07:29 +0800)
doc/RE

diff --git a/doc/RE b/doc/RE
index 13cdda94342e7d5662ba159d1b3492810482f930..e8a6aa4aae142cde64bbe19360163c6473a320ab 100644 (file)
--- 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