当前位置:网站首页>Regular expression learning artifact!
Regular expression learning artifact!
2022-06-24 16:36:00 【Programmer fish skin】
Recommend an excellent regular expression online visualization tool
I believe many friends first heard regular expressions , All feel that this is a tall noun .
Actually , Simply speaking , Regular expressions are used to match text .
In regular expressions “ just ” Refers to frequent customers , That is, often 、 General meaning ; and “ be ” It means regular , That's the rules . The combination is , General purpose 、 The syntax rules of the agreed format to match the expression of the text , Commonly used for text detection 、 Find and replace .
For example, judge whether the mobile phone number entered by the user is legal , You can use this regular expression :
Even many friends who are familiar with regular expression syntax , See such a long string of expressions , You will also feel hard ; Not to mention people who haven't learned regular expression grammar , I must be confused when I see here !
Fortunately, there is the following regular expression artifact .
RegExr, A learning 、 An online visualization tool for creating and testing regular expressions . Through online practice , It will soon help you learn the basic syntax of regular expressions , Quick start !
You can RegExr Enter any text in , Then whenever you change the regular expression , You can immediately see the matching result of the text string .
Below the website , There are also regular expression gadgets . For example, disassemble complex regular expressions , And support to view each syntax explanation of the entered regular expression .
Click on the colored square above , You can see a more detailed regular expression syntax tutorial .
RegExr It provides a lot of practical functions , such as :
- Support JavaScript and PHP/PCRE Regular expression of .
- Update results in real time as you type
- Tumble a match or expression of detail
- Use the test suite to validate the pattern
- Save and share expressions with others
- Tools can be used to explore results
- Have complete reference help and examples
- Use... In the editor cmd-Z/Y Undo and Redo
So many functions , Make it not only a learning website , It is also a powerful regular expression tool .
Although it's an English website , But there are no complicated words , We strongly recommend that you try !
Project address :https://www.code-nav.cn/rd/?rid=79550af2601114e9012110711798772b
stay Programming navigation We can also find more high-quality programming learning resources , Welcome to share it with the students in need !
边栏推荐
- PyTorch中的转置卷积详解
- What does the router pin mean?
- What is a framework?
- MySQL timestamp format conversion date format string
- AI video structured intelligent security platform easycvr realizes intelligent security monitoring scheme for procuratorate building
- 转置卷积学习笔记
- Some adventurer hybrid versions with potential safety hazards will be recalled
- Enterprise service growth path (7): what key factors will affect SaaS' sales performance?
- Applet wxss
- A survey on dynamic neural networks for natural language processing, University of California
猜你喜欢

Problems encountered in the work of product manager
MySQL Advanced Series: Locks - Locks in InnoDB

C. K-th not divisible by n (Mathematics + thinking) codeforces round 640 (Div. 4)
![[go] concurrent programming channel](/img/6a/d62678467bbc6dfb6a50ae42bacc96.jpg)
[go] concurrent programming channel

ZOJ——4104 Sequence in the Pocket(思维问题)

There are potential safety hazards Land Rover recalls some hybrid vehicles

A survey on model compression for natural language processing (NLP model compression overview)

Cognition and difference of service number, subscription number, applet and enterprise number (enterprise wechat)
Advanced programmers must know and master. This article explains in detail the principle of MySQL master-slave synchronization

Ps\ai and other design software pondering notes
随机推荐
Tencent blue whale container management platform was officially released!
Mathematics in machine learning -- point estimation (IV): maximum posteriori probability (map)
Leetcode notes of Google boss | necessary for school recruitment!
C. Three displays(动态规划)Codeforces Round #485 (Div. 2)
Some experiences of project K several operations in the global template
How FEA and FEM work together
Virtual machine virtual disk recovery case tutorial
Serial of H3CNE experiment column - spanning tree STP configuration experiment
06. Tencent cloud IOT device side learning - Introduction to basic functions
Introduction of thread pool and sharing of practice cases
Istio FAQ: sidecar stop sequence
SQL multi table updating data is very slow
It may be a good idea to use simulation software in the cloud for simulation
Private domain defense in the cotton Era
Abnormal dockgeddon causes CPU 100%
MySQL InnoDB and MyISAM
Detailed explanation of transpose convolution in pytorch
Development trend of CAE simulation analysis software
A survey on model compression for natural language processing (NLP model compression overview)
Pytorch 转置卷积