feat: using url-regex-safe

This commit is contained in:
원더 2021-02-03 22:47:53 +09:00
parent 9534a29b54
commit c8c01d3bd3

View File

@ -1,4 +1,4 @@
import urlRegex from 'url-regex'
import urlRegex from 'url-regex-safe'
export const ID = /^[0-9]{17,}$/
export const Vanity = /^[A-Za-z\d-]+$/