Regular Expressions 101

Community Patterns

Instagram mentions

1

Regular Expression
PCRE (PHP <7.3)

/
((\w+)([.](?!$|[^\w]))?)
/
gi

Description

Management of dots including at the end of string.

Submitted by page_a - 8 years ago