mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
parent
e46a7d70b6
commit
69b5e8a526
@ -1710,8 +1710,6 @@ off. C<\G> allows us to easily do context-sensitive matching:
|
||||
|
||||
The combination of C</g> and C<\G> allows us to process the string a
|
||||
bit at a time and use arbitrary Perl logic to decide what to do next.
|
||||
Currently, the C<\G> anchor is only fully supported when used to anchor
|
||||
to the start of the pattern.
|
||||
|
||||
C<\G> is also invaluable in processing fixed-length records with
|
||||
regexps. Suppose we have a snippet of coding region DNA, encoded as
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user