我需要一个正则表达式来验证Web服务。我尝试了不同,但没有奏效。
e.g。
addNotificationForm_webURLAdd-regexp=^[(http|https)://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?]
但它给了我错误:
Coercion of (http|https)://([w-]+.)+[w-]+(/[w- ./?%&=]*)? to type java.util.regex.Pattern (via String --> java.util.regex.Pattern) failed: Illegal character range near index 34 (http|https)://([w-]+.)+[w-]+(/[w- ./?%&=]*)? ^
请帮忙。