Regular Expressions 101

Community Patterns

0

Word Match

PCRE2 (PHP >=7.3)
Matches Word
Submitted by cool66 - a year ago
0

Word

PCRE2 (PHP >=7.3)
match words
Submitted by e - a year ago

First of tags define

1

Regular Expression
ECMAScript (JavaScript)

/
(?:(<[a-z][a-z0-0]*[^>]*>))
/
g

Description

Loading markdown...
Submitted by regedit - 8 years ago