Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-01-04 13:25
Flavor·PCRE2 (PHP)

/
(?<=id=)(.*)(?=} Task)
/
gm
Open regex in editor

Description

Objective - Extract the task id from logs

Regex (?<=id=)(.*)(?=} Task)

Submitted by anonymous