Regular Expressions 101

Community Patterns

Element alert parser - log link

0

Regular Expression
ECMAScript (JavaScript)

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

Description

Extract link to log from Element alert notification

Submitted by anonymous - 2 years ago