search for: q_21245168

Displaying 1 result from an estimated 1 matches for "q_21245168".

2006 Feb 21
2
validates_format_of :url, regexp?
...URLs? I found this one and am trying to adapt it: ^(((ht|f)tp(s?))\:\/\/)?(www.|[a-zA-Z].)[a-zA-Z0-9\-\.]+\.(com|edu|gov|mil|net|org|biz|info|name|museum|us|ca|uk)(\:[0-9]+)*(/($|[a-zA-Z0-9\.\,\;\?\''\\\+&%\$#\=~_\-]+))*$ (http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_21245168.html) I also found this one, but, um, well... http://www.foad.org/~abigail/Perl/url3.regex http://www.foad.org/~abigail/Perl/url2.html Thanks, Joe -- Posted via http://www.ruby-forum.com/.