Regular Expressions 101

Community Patterns

1...34567...170

Remove JSON value quotes

0

Regular Expression
ECMAScript (JavaScript)

/
(?<=:)"(\w+)"
/
gm

Description

Removes quotes from value of JSON string

Submitted by anonymous - a year ago