标签: regex url
我坚持使用正则表达式 目前我正在使用正则表达式:
https?:\/\/(?:www\.|(?!www))[^\s\.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,}
但它需要www.google.co.in作为有效网址,但我希望http://或https://作为网址的必需部分。 有什么办法可以实现吗?
www.google.co.in
http://
https://