@seemusic/ui-components
Version:
A Vue 3 UI Library. Uses Composable.
1 lines • 396 B
Source Map (JSON)
{"version":3,"file":"reg.mjs","sources":["../../src/utils/reg.ts"],"sourcesContent":["/**\n * @description 匹配是否为 url\n * @param str string\n * @returns boolean\n */\nexport const isURL = (str: string) =>\n /^https?:\\/\\/(([a-zA-Z0-9_-])+(\\.)?)*(:\\d+)?(\\/((\\.)?(\\?)?=?&?[a-zA-Z0-9_-](\\?)?)*)*$/i.test(str);\n"],"names":[],"mappings":"AAKO,MAAM,QAAQ,CAAC,QACpB,wFAAwF,KAAK,GAAG;"}