Regular Expressions 101

Community Patterns

1

json value extract

Java 8
json value extract
Submitted by anonymous - 8 months ago
1

html <Title>

Java 8
htnle
Submitted by erichologist - 4 months ago

match all html tags

-2

Regular Expression
PCRE (PHP <7.3)

/
<\/?\w+((\s+\w+(\s*=\s*(?:".*?"|'.*?'|[^'">\s]+))?)+\s*|\s*)\/?>
/
g

Description

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