UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

4 lines (2 loc) 79 B
const UID_REGEX = new RegExp(/^[A-Za-z0-9-_.~]*$/); export default UID_REGEX;