UNPKG

xlb-main-login

Version:

``` yarn install ```

6 lines (5 loc) 188 B
export const isLink = (value) => { // eslint-disable-next-line const reg = /^(?:http(s)?:\/\/)?[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:/?#[\]@!\$&'\*\+,;=.]+$/ return reg.test(value) }