Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-05-17 13:18
Flavor·PCRE2 (PHP)

/
(?<="token":")[^"]+(?=")
/
gm
Open regex in editor

Description

Find the key and replace it's value.

Submitted by anonymous