摘要: 本文转载自:http://wing123.iteye.com/blog/2182439 1.由数字、26个英文字母或者下划线组成的字符串: ^[0-9a-zA-Z_]{1,}$2.非负整数(正整数 + 0 ): ^/d+$3. 正整数: ^[0-9]*[1-9][0-9]*$4.非正整数(负整数 + 阅读全文
posted @ 2017-02-15 15:19 慕橙-abby 阅读(1547) 评论(0) 推荐(0) 编辑