Page 1 of 1

re pattern

Posted: Mon Oct 05, 2009 5:01 am
by lipun4u
preg_match_all('/\'(.*?)\'/', $row[1], $enum_array);

what does it mean by the above pattern ???

Re: re pattern

Posted: Mon Oct 05, 2009 5:44 am
by jackpf
Matches anything in single quotes.