Regular Expressions 101

Community Patterns

Find_Anything_between_sequences

1

Regular Expression
PCRE (PHP <7.3)

/
proxy for task \[\K.+?(?=from job)
/

Description

This will find anything between 2 sequences and only return the value

Submitted by BTW - 8 years ago