You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
376 B

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