123456 |
- export const reg_newpass=/^[0-9a-zA-Z-_]{6,18}$/
- export const reg_username=/^[\u2E80-\u9FFFa-zA-Z]+$/
- export const reg_phone=/(^0\d{2,3}\-\d{7,8}$)|(^1[2|3|4|5|6|7|8|9][0-9]{9}$)/
- export const amount=/^\d+(\.\d+)?$/
- export const figure=/^(-)?\d+(\.\d+)?$/
|