We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bd7e5 commit 208eabfCopy full SHA for 208eabf
S05-regex.pod
@@ -508,8 +508,8 @@ which is the same as:
508
m/(\d+)/ && m:c/(\d+)/ && s:c/(\d+)/@data[$0]/;
509
510
The argument to C<:nth> is allowed to be a list of integers, but such a list
511
-should be monotonically increasing. (Values which are less than or equal to the previous
512
-value will be ignored.) So:
+should be monotonically increasing. (Values which are less than or equal to
+any previous value will be ignored.) So:
513
514
515
:nth(2,4,6...*) # return only even matches
0 commit comments