This time I will bring you Regular expressionsHow to match numbers (with code), what are the precautions for regular expressions to match numbers, the following is a practical case, one Get up and take a look.
Regular expressions are used in string processing, form validation and other occasions, and are practical and efficient. Now we collect some commonly used expressions here for emergency use.
Regular expression for matching Chinese characters: [\u4e00-\u9fa5]
Comment: Matching Chinese characters is really a headache. With this expression, Easy to handle
Matches double-byte characters (including Chinese characters): [^\x00-\xff]
Comment: Can be used to calculate the length of a string (a double-byte Character length is counted as 2, ASCII characters are counted as 1)
Regular expression matching blank lines:\n\s*\r
Comment: Can be used to delete blank lines
Regular expression matching HTML tags: ]*>.*?\1>|<.>
Comment : The version circulating on the Internet is too bad. The above one can only match part of it, and it is still powerless for complex nested tags.
Regular expression for matching leading and trailing whitespace characters: ^\s*|\s*$
Comment: It can be used to delete whitespace characters at the beginning and end of the line (including spaces, tabs, form feeds, etc.), a very useful expression
Regular expression that matches the email address :\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
Comment: It is very difficult to validate the form. Practical
Regular expression for matching URL: [a-zA-z]+://[^\s]*
Comment: The version circulating on the Internet has very limited functions. The above one Basically can meet the needs
Match whether the account is legal (starting with a letter, 5-16 bytes are allowed, alphanumeric underscores are allowed): ^[a-zA-Z][a-zA-Z0-9_]{4 ,15}$
Comment: Very practical during form verification
Matching domestic phone numbers:\d{3}-\d{8}|\d{4}-\d{7 }
Comment: The matching format is such as 0511-4405222 or 021-87888822
Matching Tencent QQ number: [1-9][0-9]{4,}
Comment: Tencent QQ number starts from 10000
Matches Chinese postal code: [1-9]\d{5}(?!\d)
Comment: Chinese postal code is 6 digits
Matching ID card:\d{15}|\d{18}
Comment: China’s ID card is 15 or 18 digits
Matching ip address:\ d+\.\d+\.\d+\.\d+
Comment: Useful when extracting IP address
match specific numbers:
^[ 1-9]\d*$ // Match positive integers
^-[1-9]\d*$ // Match negative integers
^-?[1-9]\d*$ // Match Integer
^[1-9]\d*|0$ // Matches non-negative integers (positive integers + 0)
^-[1-9]\d*|0$ // Matches non-positive integers (Negative integer + 0)
^[1-9]\d*\.\d*|0\.\d*[1-9]\d*$ //Match positive floating point numbers
^- ([1-9]\d*\.\d*|0\.\d*[1-9]\d*)$ //Match negative floating point numbers
^-?([1-9]\ d*\.\d*|0\.\d*[1-9]\d*|0?\.0+|0)$ //Match floating point number
^[1-9]\d* \.\d*|0\.\d*[1-9]\d*|0?\.0+|0$ // Match non-negative floating point numbers (positive floating point numbers + 0)
^(- ([1-9]\d*\.\d*|0\.\d*[1-9]\d*))|0?\.0+|0$ //Match non-positive floating point numbers (negative Floating point number + 0)
Comment: Useful when processing large amounts of data, pay attention to corrections during specific applications
Match specific strings:
^[A -Za-z]+$ // Matches a string consisting of 26 English letters
^[A-Z]+$ // Matches a string consisting of 26 uppercase English letters
^[a-z]+ $ // Matches a string consisting of 26 lowercase English letters
^[A-Za-z0-9]+$ // Matches a string consisting of numbers and 26 English letters
^\w+ $ //Match a string consisting of numbers, 26 English letters or underscores
I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to other related articles on the PHP Chinese website!
Recommended reading:
Detailed graphic explanation of using regular multi-line mode and single-line mode
Regular non-capturing group Detailed explanation of using capture groups
The above is the detailed content of How to match numbers with regular expressions (with code). For more information, please follow other related articles on the PHP Chinese website!

不同的电脑系统在调整屏幕亮度的操作方法上会有些不同,最近就有使用win7系统的网友不知道win7怎么调整屏幕亮度,看久了电脑眼睛比较酸痛。下面小编就教下大家win7调整屏幕亮度的方法。具体的操作步骤如下:1、点击win7电脑左下角的“开始”,在弹出的开始菜单中选择“控制面板”打开。2、在打开的控制面板中找到“电源选项”打开。3、也可以用鼠标右键电脑右下角的电源图标,在弹出的菜单中,点击“调整屏幕亮度”,如下图所示。两种方法都可以用。4、在打开的电源选项窗口的最下面可以看到屏幕亮度调整的滚动条,直

如果我们手头没有手机,只有电脑,但我们必须拍照,我们可以使用电脑内置的监控摄像头拍照,那么如何打开win10监控摄像头,事实上,我们只需要下载一个相机应用程序。打开win10监控摄像头的具体方法。win10监控摄像头打开照片的方法:1.首先,盘快捷键Win+i打开设置。2.打开后,进入个人隐私设置。3.然后在相机手机权限下打开访问限制。4.打开后,您只需打开相机应用软件。(如果没有,可以去微软店下载一个)5.打开后,如果计算机内置监控摄像头或组装了外部监控摄像头,则可以拍照。(因为人们没有安装摄

随着科技的不断发展,机器视觉技术在各个领域得到了广泛应用,如工业自动化、医疗诊断、安防监控等。Java作为一种流行的编程语言,其在机器视觉领域也有着重要的应用。本文将介绍基于Java的机器视觉实践和相关方法。一、Java在机器视觉中的应用Java作为一种跨平台的编程语言,具有跨操作系统、易于维护、高度可扩展等优点,对于机器视觉的应用具有一定的优越性。Java

目前有很多屏幕亮度调整软件,我们可以通过使用软件进行快速调整或者通过显示器上自带的亮度功能进行调整。以下是详细的Win7屏幕亮度调整方式,您可以通过教程中的方法进行快速调整即可。Win7系统电脑怎么调节屏幕亮度教程:1、依次点击“计算机—右键—控制面板”,如果没有也可以在搜索框中进行搜索。2、点击控制面板下的“硬件和声音”,或者点击“外观和个性化”都可以。3、点击“NVIDIA控制面板”,有些显卡可能是AMD或者Intel的,请根据实际情况选择。4、调节图示中亮度滑块即可。5、还有一种方法,就是

Go语言是近年来备受青睐的编程语言,因其简洁、高效、并发等特点而备受开发者喜爱。其中,方法(Method)也是Go语言中非常重要的概念。接下来,本文就将详细介绍Go语言中方法的定义和使用。一、方法的定义Go语言中的方法是带有接收器(Receiver)的函数,它是一个与某个类型绑定的函数。接收器可以是值类型或者指针类型。用于接收者的参数可以在方法名

PHP是一个广泛使用的服务器端编程语言,它的许多功能和特性可以将其用于各种任务,包括文件下载。在本文中,我们将了解如何使用PHP创建文件下载脚本,并解决文件下载过程中可能出现的常见问题。一、文件下载方法要在PHP中下载文件,我们需要创建一个PHP脚本。让我们看一下如何实现这一点。创建下载文件的链接通过HTML或PHP在页面上创建一个链接,让用户能够下载文件。

随着前端开发的快速发展,越来越多的框架被用来构建复杂的Web应用程序。Vue.js是流行的前端框架之一,它提供了许多功能和工具来简化开发人员构建高质量的Web应用程序。createApp()方法是Vue.js中的一个核心方法之一,它提供了一种简单的方式来创建Vue实例和应用程序。本文将深入探讨Vue中createApp方法的作用,其如何使用以及使用时需要了解

随着互联网的发展,越来越多的应用程序需要对外暴露API接口,而PHP作为一种流行的服务器端脚本语言,自然不例外。然而,未经过良好设计和编写的API接口可能会导致安全性问题、性能瓶颈、功能不完整等问题。因此,在PHPAPI开发中,需要遵循一些最佳实践方法,以确保API的质量和可靠性。本文将介绍几个PHPAPI开发的最佳实践方法。1.好的URI设计URI(


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

WebStorm Mac version
Useful JavaScript development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 Linux new version
SublimeText3 Linux latest version

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
