Regular Expressions 101

Community Patterns

Match non self closing tags HTML/XML tags

0

Regular Expression
Golang

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

Description

no description available

Submitted by Richard Peng - 7 years ago