1.

Are there regular expressions in PHP?

A. Yes - PHP supports two different types of regular expressions: POSIX-extended and Perl-Compatible Regular Expressions (PCRE).
B. Yes - regular expressions use Perl-like conventions
C. No - PHP uses "glob" style matching only
D. Yes - regular expressions use the POSIX standard
Answer» B. Yes - regular expressions use Perl-like conventions


Discussion

No Comment Found