This is my first posting :) ("hi, mom!") I'm hoping someone will be able to help me.
I'm trying to validate the entry of an URL in a form, so I'm using a very simple piece of code that looks like this:
The problem is that an URL can have "-", it can't have accented letters or spaces in it... the code above is not quite what I need. Any ideas?if ($URLcheck =~ m/\W/){ printError(); }
Thanks in advance! :)
Flavia
In reply to Form validation by Flavia
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |