Regular Expressions 101

Community Patterns

select in tag - with no tag

1

Regular Expression
PCRE (PHP <7.3)

@
(?<=<p>).*?(?=<\/p>)
@
gs

Description

as title

Submitted by Wiktor - 8 years ago