Regular Expressions 101

Community Patterns

0

uRD Accept

Python
no description available
Submitted by anonymous - 7 years ago
0

uWR Accept

Python
no description available
Submitted by anonymous - 7 years ago

Match non self closing tags HTML/XML tags

0

Regular Expression
Golang

`
(?s)<AbstractText\b[^>]*\b[^\/]?>(.+?)</AbstractText>
`
g

Description

Loading markdown...
Submitted by Richard Peng - 7 years ago