UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines (4 loc) 271 B
export { camelize, capitalize, hyphenate, hyphenate as kebabCase } from '@vue/shared'; const escapeStringRegexp = (string = "") => string.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d"); export { escapeStringRegexp }; //# sourceMappingURL=strings.mjs.map