特牛网址导航

正则表达式合集_正则匹配0到9-CSDN博客

网友收藏
文章浏览阅读186次。export const RegNumber15 = { pattern: /^[A-Za-z0-9]{1,15}$/, message: "请输入数字或字母,限制长度为15个字符"};export const RegString50 = { pattern: /(^[\s\S]{1,50}$)/, message: "请输入中文字符,限制长度50个字符"};expor..._正则匹配0到9