<<< Previous question <<< Question ID#0592.md >>> Next question >>>
Which string does the following PCRE regular expression match?
$regex = "/^([a-z]{5})[1-5]+([a-z]+)/";
- A) frank12345abc
- B) hello34212343goodbye
- C) None of the above
- D) Hello34262343goodbye
Answer
Answer: A, B