ValidationTextBox でユーザーによる URL 入力を検証しようとしていますが、「www.google.com」や「 http://www.google.com」などの URL 入力を検証するために見つけることができるものは何もありません
<input dojoType="dijit.form.ValidationTextBox" regExp="dojox.validate.regexp.url" tooltipPosition="below" required="true" placeHolder="Enter Rule url" type="text" name="ruleUrl" id="ruleUrl">
上記は機能しません。URL を検証するための代替手段はありますか?