Question:What are the two regular expression syntaxes?
Answer There are two regular expression syntaxes in php. These are 1. POSIX syntax and 2. Perl syntax.
+ Report
What are the two regular expression syntaxes?