Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
(^[\s\S]*?)(?=\<br\>)
/
i

Description

Extract error message from Element alert notification

Submitted by anonymous - 3 years ago