Home » PHP » PHP Strings » Question
  1. How many functions does PHP offer for searching strings using POSIX style regular expression?
    1. 10
    2. 9
    3. 8
    4. 7
    5. None of these
Correct Option: D

ereg(), ereg_replace(), eregi(), eregi_replace(), split(), spliti(), and sql_regcase() are the functions offered.



Your comments will be displayed only after manual approval.