Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<wholekey>(?s)^\[.*?\].*?(?=^\[|\z))
/
gm

Description

A regular expression for separating Key/Value pairs.

Submitted by anonymous - 5 days ago