当前位置:网站首页>Validateur async. Vérificateur de données JS
Validateur async. Vérificateur de données JS
2022-06-28 12:41:00 【51CTO】
Documentation:
Installation
Exemple
Informations de vérification imprimées
rulePropriétés de
Disponible Type
Type | Description |
---|---|
string | Must be of type string. This is the default type. |
number | Must be of type number. |
boolean | Must be of type boolean. |
method | Must be of type function. |
regexp | Must be an instance of RegExp or a string that does not generate an exception when creating a new RegExp. |
integer | Must be of type number and an integer. |
float | Must be of type number and a floating point number. |
array | Must be an array as determined by Array.isArray. |
object | Must be of type object and not Array.isArray. |
enum | Value must exist in the enum. |
date | Value must be valid as determined by Date |
url | Must be of type url. |
hex | Must be of type hex. |
Must be of type email. | |
any | Can be any type. |
边栏推荐
- In fact, there are a lot of MATLAB learning and use materials (many documents and videos) on the official website of MATLAB
- 【Unity编辑器扩展基础】、EditorGUILayout(二)
- 2022年理财产品的常见模式有哪些?
- Bytev builds a dynamic digital twin network security platform -- helping network security development
- Some tips on string conversion
- IPETRONIK数据采集设备携手Softing Q-Vision软件致力于ADAS测试方案
- What are the common modes of financial products in 2022?
- Beginner level of attack and defense World Hello_ pwn
- Continuous integration practice of Baidu app based on pipeline as code
- ASP. NET CORE Study04
猜你喜欢
[vi/vim] basic usage and command summary
Given two points and a point with a middle scale, find the coordinates of the point
【Unity编辑器扩展实践】、通过代码查找所有预制
Mathematical principle derivation of structured light phase shift method + multifrequency heterodyne
ASP. NET CORE Study04
Ugui uses tips (VI) unity to realize vertical line display of string
【Unity编辑器扩展基础】、EditorGUILayout (三)
MATLAB的官方网站上其实有很多MATLAB的学习和使用资料(文档、视频都有不少)
UGUI使用小技巧(六)Unity实现字符串竖行显示
[C language] use of nested secondary pointer of structure
随机推荐
ASP. NET CORE Study06
基础软件照搬开源不可取,自力更生才是正途
ASP. NET CORE Study03
结构光之相移法+多频外差的数学原理推导
从SimpleKV到Redis
Unity releases webgl and wakes up keyboard input on the mobile terminal inputfield
.NET混合开发解决方案24 WebView2对比CefSharp的超强优势
杰理之wif 干扰蓝牙【篇】
The paging style flex is set to be displayed at the end (even if the number of pages is longer, there will be no line breaks at the end)
newest! Introduction and practical tutorial of point cloud processing based on open3d
Unity Editor Extension Foundation, guilayout
Summary of 2022 China Merchants fintech competition
智联招聘基于 Nebula Graph 的推荐实践分享
[source code + code comments] error state Kalman filter, extended Kalman filter, gps+imu fusion, EKF eskf gps+imu
【编解码】从零开始写H264解码器(1) 总纲
Flink stream processing API collection: master all Flink stream processing technologies. Just read this article
UDP传输rtp数据包丢帧
Levels – virtual engine scene production "suggestions collection"
[C language] use of nested secondary pointer of structure
吐血推荐17个提升开发效率的“轮子”