regexpValidUrlFormat
regexpValidUrlFormat(): RegExp
URLの形式であるか判定する正規表現を提供
Example
regexpValidUrlFormat().test('https://example.com')
Returns
RegExp
/^https?://[\w/:%#$&?()~.=+-]+$/i
regexpValidUrlFormat(): RegExp
URLの形式であるか判定する正規表現を提供
Example
regexpValidUrlFormat().test('https://example.com')
RegExp
/^https?://[\w/:%#$&?()~.=+-]+$/i