Regular Expressions 101

Community Patterns

detect potential li tags from clipboard

0

Regular Expression
PCRE (PHP <7.3)

/
(?:w+])*(?:[x84])(?<li>[\s\S]*?[;.])
/
gm

Description

this can be used to detect what could be interpreted as <li> from the clipboard

Submitted by anonymous - 5 years ago