Regular Expressions 101

Community Patterns

in_uniq codeigniter parse

1

Regular Expression
PCRE (PHP <7.3)

/
^(?<table>[^\.]+)\.(?<column>[^\=]+)\=?(?<value>[^\,]+)
/
ig

Description

no description available

Submitted by Ranielly Ferreira - 8 years ago