samisammour
Programmer
I'm writing a program that takes from the user a url and executes some shell commands on it so I have to to make sure the url doesnt contain any character that shell understands like : &, *, |, ....
I tried to do it with some regexp but I couldnt.
Help me please.
Thanks in advance.
I tried to do it with some regexp but I couldnt.
Help me please.
Thanks in advance.