PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $phrase = 'ASCII text, with no line terminators'; var_dump( preg_match( "/(html document|ASCII text)/i", $phrase ) );
Show:  
Copy Clear