Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
(<br\ ?\/?>)+
/
g

Description

Find all BR tags in a string

Submitted by Mahima - 10 years ago