Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-04-28 19:47
Flavor·PCRE (Legacy)

/
proxy for task \[\K.+?(?=from job)
/
Open regex in editor

Description

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

Submitted by BTW