Regular Expressions 101

Community Patterns

.csv data conversion for a test case

0

Regular Expression
PCRE2 (PHP >=7.3)

/
"\['(VK\-\d+)', '(VK\-\d+)', '(VK\-\d+)'\]"
/
gm

Description

from "['a']" to "[""a""]"

Submitted by anonymous - 2 years ago