Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
^\s+|\s+$|\s*(,|:|\[|\]|{|})\s*
/
gm

Description

transform formatted JSON to one line by removing unneeded spaces.

Submitted by anonymous - 2 months ago (Last modified 2 months ago)