re pattern

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lipun4u
Forum Commoner
Posts: 82
Joined: Wed Jul 01, 2009 3:35 am
Location: Mumbai
Contact:

re pattern

Post by lipun4u »

preg_match_all('/\'(.*?)\'/', $row[1], $enum_array);

what does it mean by the above pattern ???
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: re pattern

Post by jackpf »

Matches anything in single quotes.
Post Reply