Regular Expressions 101

Community Patterns

Replace VC Select options

0

Regular Expression
PCRE (PHP <7.3)

/
[\'\"](.*)[\'\"]\s*=>\s*(.*),*\s
/
gm

Description

fix with comma in value

Submitted by anonymous - 5 years ago