eccotela "girata"

<script>
stri="acl - \ / jajaj";
var re = new RegExp("^[ 0-9a-zA-Z- \\\/]*$");
alert(re.test(stri));
</script>