Validate URL with regex. ^(?:http(s)?:\/\/)?[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:/?#[\]@!\$&'\(\)\*\+,;=.]+$ consider using built-in URL parsers instead of this ...
確定! 回上一頁