Q2TG/src/constants/regExps.ts

5 lines
76 B
TypeScript

export default {
qq: /^[1-9]\d{4,10}$/,
roomId: /^-?[1-9]\d{4,10}$/,
};