You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain regexp-oriented methods assign values to global variables:
114
114
115
115
- <tt>#match</tt>: see {Method match}[rdoc-ref:Regexp@Method+match].
116
-
- <tt>#=~</tt>: see {Operator =~}[rdoc-ref:Regexp@Operator+-3D~].
116
+
- <tt>#=~</tt>: see {Operator =~}[rdoc-ref:Regexp@Operator-].
117
117
118
118
The affected global variables are:
119
119
@@ -561,9 +561,9 @@ Quantifier matching may be greedy, lazy, or possessive:
561
561
More:
562
562
563
563
- About greedy and lazy matching, see
564
-
{Choosing Minimal or Maximal Repetition}[https://doc.lagout.org/programmation/Regular%20Expressions/Regular%20Expressions%20Cookbook_%20Detailed%20Solutions%20in%20Eight%20Programming%20Languages%20%282nd%20ed.%29%20%5BGoyvaerts%20%26%20Levithan%202012-09-06%5D.pdf#tutorial-backtrack].
564
+
{Choosing Minimal or Maximal Repetition}[https://www.oreilly.com/library/view/regular-expressions-cookbook/9780596802837/ch02s13.html].
0 commit comments