Regular Expressions 101

Community Patterns

0

EC21 docs

Python
Get AT explain
Submitted by anonymous - a year ago
0

Color Codes

ECMAScript (JavaScript)
hi
Submitted by 12944qwerty - a year ago

Match all html tags

0

Regular Expression
PCRE (PHP <7.3)

/
\<(\w+)(?:\s*\>|\s*\/\>)?
/
gm

Description

Loading markdown...
Submitted by Kostas Trichas - 9 years ago