lmw-validate
```$xslt /** * 基于数据的表单验证类 */ //基础验证方法 const validateFun = { need(value) { if (value) { return true } else { return false } }, regex(value, regex) { return regex.test(value
Activity
- Latest release
- 8y ago
- Total releases
- 10
- Cadence
- ~daily
- Last 12 months
- 0
Details
- License
- ISC
- First release
- Oct 04, 2017
Releases
| Version | Released | |
|---|---|---|
1.0.12
patch
| ||
1.0.11
patch
| ||
1.0.10
patch
| ||
1.0.9
patch
| ||
1.0.8
patch
| ||
1.0.7
patch
| ||
1.0.6
patch
| ||
1.0.5
patch
| ||
1.0.4
patch
| ||
1.0.3
initial
|