测试已测试 | ✓ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布日期最新发布 | 2016年12月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 Suchon Dumnin 维护。
要运行示例项目,首先从仓库中克隆它,然后在 Example 目录中运行 pod install
EGGFramework 可通过 CocoaPods 获取。要安装它,只需将以下行添加到您的 Podfile 中
pod "EGGFramework"
要运行示例项目,首先从仓库中克隆它,然后在 Example 目录中运行 pod install
import EGGFramework
验证电子邮件
let result = Validator.sharedInstance.isEmail("[email protected]")
验证手机
let result = Validator.sharedInstance.isMobile("0850099664")
验证泰国身份证
let result = Validator.sharedInstance.isThaiID("1040853260638")
Suchon Dumnin, [email protected]
EGGFramework 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。