Zend
200-710 · Question #200
Which sentence describes the following regular expression match? preg_match('/^(\^d{1,}(\.[0-9])++?(\?:\^d+?([0-9-]))+/', $test, $matches);
Sign in or unlock 200-710 to reveal the answer and full explanation for question #200. The question stem and answer options stay visible for context.
Question
Which sentence describes the following regular expression match?
preg_match('/^(^d{1,}(.[0-9])++?(?:^d+?([0-9-]))+/', $test, $matches);
Options
- AIt matches float numbers with thousand seperators.
- BIt matches float numbers without thousand seperators.
- CIt matches binary integer numbers.
- DIt matches any string.
- EIt does not match anything
Unlock 200-710 to see the answer
You've previewed enough free 200-710 questions. Unlock 200-710 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.