<?php $string = "21/002-4/ASG* -47"; $new = preg_replace('/[\\/\:\*\?\"<>\|\s]+/', '', $string); echo $new;
You have javascript disabled. You will not be able to edit any code.