文件名称:validatex:转移到 https
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-21 00:20:57
Elixir
验证码 Validatex 是一个简单的 Elixir 库,用于验证(输入)数据 验证原语 使用 Validatex 中定义的记录可以根据验证器检查单个值。 例如: iex > alias Validatex , as: V [] iex > V . Validate . valid? ( V . Range . new ( to: 10 ), 1 ) true iex > V . Validate . valid? ( V . Range . new ( to: 0 ), 1 ) :greater 此外,如果第二个参数不是验证器,它将与第一个参数匹配: iex > V . Validate . valid? ( 1 , 1 ) true iex > V . Validate . valid? ( 2 , 1 ) :lesser iex >
【文件预览】:
validatex-master
----mix.exs(157B)
----lib()
--------validatex.ex(7KB)
----.travis.yml(198B)
----test()
--------length_test.exs(603B)
--------sheet_test.exs(402B)
--------comparison_test.exs(225B)
--------all_test.exs(550B)
--------type_test.exs(2KB)
--------test_helper.exs(13B)
--------range_test.exs(4KB)
--------custom_test.exs(378B)
--------numericality_test.exs(3KB)
--------union_test.exs(919B)
--------format_test.exs(2KB)
--------neg_test.exs(537B)
----README.md(2KB)
----package.exs(366B)
----package.head.exs(350B)
----.gitignore(10B)