Regular Expressions 101

Community Patterns

Regex, find almost all text between html tags, for laravel translation

1

Regular Expression
PCRE2 (PHP >=7.3)

/
\>(^($|\<\>)|[A-Z a-z0-9\,\.\/\)\(\*\+\:\-]{2,}+)\<\/
/
gm

Description

Regex, find almost all text between html tags, for laravel translation

Submitted by anonymous - 7 months ago