We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a70478 commit 18c828dCopy full SHA for 18c828d
1 file changed
doc/_regexp.rdoc
@@ -713,7 +713,7 @@ Analysis:
713
714
1. The leading subexpression <tt>"</tt> in the pattern matches the first character
715
<tt>"</tt> in the target string.
716
-2. The next subexpression <tt>.*</tt> matches the next substring <tt>Quote“</tt>
+2. The next subexpression <tt>.*</tt> matches the next substring <tt>Quote"</tt>
717
(including the trailing double-quote).
718
3. Now there is nothing left in the target string to match
719
the trailing subexpression <tt>"</tt> in the pattern;
0 commit comments