url 정규식!! 혹시 모르니...
let regex = /(http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/
regex.test(url) // url일 경우 true, 아닐 경우 false
출처 : https://cpdev.tistory.com/127 [하루하나]
'> JavaScript' 카테고리의 다른 글
ajax flask restful delete (0) | 2021.02.18 |
---|---|
ajax contentType vs dataType (0) | 2021.02.18 |
댓글