Regular Expressions 101

Community Patterns

Match text within HTML tags

0

Regular Expression
Python

r"
(?<=>)([\w\s]+)(?=</)
"
gm

Description

no description available

Submitted by anonymous - 4 years ago