Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-02-21 12:39
Flavor·PCRE (Legacy)

/
(?<=var config = )(.*?)(?=; if \(!config.request\) {)
/
mg
Open regex in editor

Description

Get text between certain characters from a huge HTML

Submitted by Kaushal Gajjar