My question is as follows, I have the following function:
$site = preg_replace("/[^a-zA-Z0-9]/", "", $_POST['site']);
But when using the string www.lostscavenge.com , this regular expression issues the following return:
wwwlostscavenge...
asked by
15.01.2017 / 23:48