当前位置:网站首页>正则表达式校验版本号
正则表达式校验版本号
2022-07-29 08:30:00 【*且听风吟】
需求:校验版本号 (规则:X.Y.Z(1-99.0-99.0-99))
要求:
1)必须是三位,例如:x.x.x的形式;
2)每位x的范围分别为1-99,0-99,0-99;
3)不允许的情况:0.x.x,01.x.x,x.0x.x, x.00.x, x.x.00, x.x.0x
代码:
{
required: true,
pattern: /^[1-9]\d?(\.([1-9]?\d)){2}$/,
message: "版本号格式为:X.Y.Z(1-99.0-99.0-99)",
trigger: "blur"
}
校验成功的场景:
校验失败的场景:





边栏推荐
- Day6: using PHP to write landing pages
- MFC integration QT verification and problem handling
- Collation of ml.net related resources
- Is the sub database and sub table really suitable for your system? Talk about how to select sub databases, sub tables and newsql
- Hal library learning notes - 8 concept of serial communication
- Privacy is more secure in the era of digital RMB
- What constitutes the smart charging pile system?
- To create a thread pool for the rate, start the core thread
- 01-01-osg GL3 environment setup
- Proteus simulation based on 51 MCU ADC0808
猜你喜欢

What constitutes the smart charging pile system?

The computer video pauses and resumes, and the sound suddenly becomes louder

Flask reports an error runtimeerror: the session is unavailable because no secret key was set

01-01-osg GL3 environment setup

User identity identification and account system practice

PostgreSQL manually creates hikaridatasource to solve the error cannot commit when autocommit is enabled

C language function output I love you

MySQL中的时间函数

TCP - sliding window

Implementation of support vector machine with ml11 sklearn
随机推荐
Time function in MySQL
为了速率创建线程池,启动核心线程
Leetcode Hot 100 (brush question 9) (301/45/517/407/offer62/mst08.14/)
数仓分层设计及数据同步问题,,220728,,,,
PostgreSQL manually creates hikaridatasource to solve the error cannot commit when autocommit is enabled
Component transfer participation lifecycle
Clickhouse learning (II) Clickhouse stand-alone installation
DAC0832 waveform generator based on 51 single chip microcomputer
2022 Teddy cup data mining challenge C project and post game summary
What is the working principle of the noise sensor?
Unity shader learning (VI) achieving radar scanning effect
Domestic application of ft232 replacing gp232rl usb-rs232 converter chip
commonjs导入导出与ES6 Modules导入导出简单介绍及使用
Markdown concise grammar manual
AES bidirectional encryption and decryption tool
Hal learning notes - Advanced timer of 7 timer
用户身份标识与账号体系实践
Cmake setting vs Startup running environment path
DC motor control system based on DAC0832
C language sorts n integers with pointers pointing to pointers