Regular Expressions 101

Community Patterns

Text by word tail-trimming regex pattern

1

Regular Expression
PCRE (PHP <7.3)

/
([^\r\n\f]+(?:[\w]+\b)[[:punct:]]*)(.*).{6}$
/
gsm

Description

no description available

Submitted by anonymous - 8 years ago