Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the common regular expression matching codes?

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the commonly used regular expression matching code, the article is very detailed, has a certain reference value, interested friends must read it!

Regular expression, also known as regular representation, conventional representation. (English: Regular Expression, often abbreviated as regex, regexp or RE in code), a concept in computer science. Regular expressions use a single string to describe and match a series that conforms to a syntactic rule. In many text editors, regular expressions are often used to retrieve and replace text that matches a certain pattern.

/ * RMB amount check * / var testRMB = function (v) {var reg = / ^ ([1-9] [\ d] {0rem 7} | 0) (\. [\ d] {1J 2})? $/; return reg.test (v); / / 12345678.12} / * positive integer check * / var testZZS = function (v) {var reg = / ^ [0-9] * [1-9] [0-9] * $/; return reg.test (v) / / 12345678.12} above is all the content of the article "what are the matching codes for regular expressions in common use?" Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report