What is Perl regex anchor to merely match at the position where the previous match ended, as anchor \G matches at the position where the previous match ended, and also at the first match attempt the \G matches at the start of the string in the way \A does.
↧