Regular Expressions 101

Community Patterns

Resolve-AutomationModel-Params

1

Regular Expression
PCRE (PHP <7.3)

/
&(.*?)=(?:\$(\w+){)?([^&\z}]*)
/
g

Description

Used to extract parameter data from an actiontasks properties which would be located in the automation model. Requires the string to be URL UnEscaped.

Submitted by jesse.puente - 9 years ago