Regular Expressions 101

Community Patterns

Extract String Between Two Strings - Named

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<=id=)(?<taskid>)(.*)(?=} Task is being killed)
/
gm

Description

Extract String Between Two Strings - Named

Submitted by anonymous - a year ago