Regular Expressions 101

Community Patterns

Match Ice Faces Empty RTF

1

Regular Expression
PCRE (PHP <7.3)

/
(<p>&#160<\/p>(\s?)+)+
/

Description

Will match any empty or containing whitespace only Ice Faces Rich Text Input element.

Submitted by Sam Blumire - 10 years ago