Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-12-06 18:37
Flavor·ECMAScript (JavaScript)

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

Description

Extract link to log from Element alert notification

Submitted by anonymous