You have already completed these exercises!
Do you want to take them again?
You completed the PHP Reqular Expressions Exercises from W3Schools.com
Share on:
What will the following code return?$str = 'Which watch would you watch?';$pattern = '/w/i';echo preg_match_all($pattern, $str);
$str = 'Which watch would you watch?';$pattern = '/w/i';echo preg_match_all($pattern, $str);