Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-12-06 18:38
Updated·2021-12-06 20:49
Flavor·ECMAScript (JavaScript)

/
(?<=Workflow<\/b>: )([\s\S]*?)(?= <br>)
/
i
Open regex in editor

Description

Parse workflow name from Element alert notification

Submitted by anonymous