Regular Expressions 101

Community Patterns

0

Address

Golang
for the demo 2019/09/27
Submitted by anonymous - 4 years ago

html tag grabber

0

Regular Expression
ECMAScript (JavaScript)

/
<([\w]+)>(.+)<\/\1>
/
gm

Description

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