Regular Expressions 101

Community Patterns

Farmaline - Wanted strings to SQL

0

Regular Expression
PCRE (PHP <7.3)

/
[,]?[\s]?([^,\n]+)
/
gm

Description

Note to escape % characters beforehand.

Submitted by anonymous - 5 years ago