Regular Expressions 101

Community Patterns

0

IE

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago

Detect HTML Linebreak Tags

-2

Regular Expression
ECMAScript (JavaScript)

/
(< *br)[ \/]*>
/
gm

Description

Loading markdown...
Submitted by @benhodgson - 8 years ago