Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-07-12 18:52
Flavor·PCRE2 (PHP)

/
(?<=name is )(.*)(?=,)
/
gm
Open regex in editor

Description

The words between two substring

Submitted by Sandro Conte