i am working with jquery and i was wondering what is the best regular expression for web site that will allow the following examples :
- www.google.com 
- google.com 
i was using this expression but its not working with all the examples .
[A-Za-z]{3,9}:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\+\$,\w]+@)[A-Za-z0-9.-]+)((?:\/[\+~%\/.\w-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[\w]*))?
 
     
     
     
    