Regular Expressions 101

Community Patterns

Repeated phrases in one

1

Regular Expression
PCRE (PHP <7.3)

/
(?i)(\b|[¡¿])(?<uno>[^\s]+\s[^,]+),\s(\k<uno>)([?!]|\b)
/
gm

Description

no description available

Submitted by paconaranjo - 10 years ago