Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-10-09 13:54
Flavor·PCRE (Legacy)

/
(?<=>)((?!\s*<)[\s\S]+?)(?=<)
/
gm
Open regex in editor

Description

Get the clean text inside and between html tags without empty strings

Submitted by Velisariy