Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
(?:href\=\')([\s\S]*?)(?=\'\>Link)
/
i

Description

Extract link to log from Element alert notification

Submitted by anonymous - 3 years ago