Regular Expressions 101

Community Patterns

0

Duplicate Words

PCRE (PHP <7.3)
Duplicate Words
Submitted by anonymous - 6 years ago

test2

0

Regular Expression
ECMAScript (JavaScript)

/
[\w*\-*]{3,}(?=[.])
/
g

Description

Loading markdown...
Submitted by anonymous - 6 years ago