meteor-match-ex:流星的其他匹配模式

时间:2021-06-21 20:09:09
【文件属性】:
文件名称:meteor-match-ex:流星的其他匹配模式
文件大小:4KB
文件格式:ZIP
更新时间:2021-06-21 20:09:09
JavaScript 匹配器 流星的其他匹配模式。 安装meteor add jperl:match-ex 字母数字 check ( 'abc123' , MatchEx . AlphaNumeric ( ) ) ; // passes check ( '~!' , MatchEx . AlphaNumeric ( ) ) ; // throws 日期 check ( new Date ( ) , MatchEx . Date ( ) ) ; // passes check ( '2014-11-23' , MatchEx . Date ( ) ) ; // throws 电子邮件 check ( 'jenny@theblock.co' , MatchEx . Email ( ) ) ; // passes check ( 'fail@gmail' , MatchE
【文件预览】:
meteor-match-ex-master
----.versions(385B)
----package.js(532B)
----match_ex_tests.js(2KB)
----.gitignore(8B)
----match_ex.js(3KB)
----README.md(1KB)
----versions.json(370B)

网友评论