4 lines
79 B
JavaScript
Raw Normal View History

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