Skip to content

Commit 69b5e8a

Browse files
committed
perlretut: Rmove obsolete caution about \G
Fixes #17674
1 parent e46a7d7 commit 69b5e8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pod/perlretut.pod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,8 +1710,6 @@ off. C<\G> allows us to easily do context-sensitive matching:
17101710

17111711
The combination of C</g> and C<\G> allows us to process the string a
17121712
bit at a time and use arbitrary Perl logic to decide what to do next.
1713-
Currently, the C<\G> anchor is only fully supported when used to anchor
1714-
to the start of the pattern.
17151713

17161714
C<\G> is also invaluable in processing fixed-length records with
17171715
regexps. Suppose we have a snippet of coding region DNA, encoded as

0 commit comments

Comments
 (0)