We are constantly trying to improve PHP Freaks and these forums, so feel free to go to the PHPFreaks Comments/Suggestions board and point out anything you'd like to see different!
0 Members and 1 Guest are viewing this topic.
/hello/test/MyWorks
<?php$string = 'are you there? /test...';if(preg_match("~/hello|/test|/MyWorks~", $string)) echo 'found word!';else echo 'word not found';?>