preg_match(‘/"(d{l,2}([a-z]+))(?:s*)S+ (?

Posted by: Pdfprep Category: 200-710 Tags: , ,

How many elements does the $matches array contain after the following function call is performed?

preg_match(‘/"(d{l,2}([a-z]+))(?:s*)S+ (?=201(0-9])/’, ’21st March 2014′, $matches);
A . 1
B . 2
C . 3
D . 4

Answer: C

Leave a Reply

Your email address will not be published.