Mega Code Archive

 
Categories / Php / Strings
 

Preg_quote

<?php    $text = "this is a test";    echo preg_quote($text); ?>