Discussion :: PHP - CS
- How many functions does PHP offer for searching strings using POSIX style regular expression?
Answer : Option A
Explanation :
ereg(), ereg_replace(), eregi(), eregi_replace(), split(), spliti(), and sql_regcase() are the functions offered.
Be The First To Comment