\r\n \r\n i have the following pattern (part of a pattern which validates urls..)
\r\ni know its still not perfect but i have a question about it...
\r\n
\r\nthis is the pattern : ("((http)|(https))://(w{3}\\.)(\\w)")
\r\nit valids this :
http://www.w\r\nshould be ok.
\r\nbut when i enter this:
\r\n
http://www.ww....
\r\nit also ok....hmm...how to fix this that it would be accept the dots..??
\r\nits problem in here (\\w).\r\n