Regular Expressions 101

Community Patterns

groupby string

0

Regular Expression
PCRE2 (PHP >=7.3)

Description

a(bb) aabbabbabbaaa

expectedoutput: Start :1, End : 4, Group abb Start :4, End : 7, Group abb Start :7, End : 10,Group abb

Submitted by anonymous - 2 years ago