当前位置:网站首页>(.*?) regular expression
(.*?) regular expression
2022-07-29 04:10:00 【Arvin L】
1、. Match any line break “\n” Characters outside ;
2、* Represents a match to the previous character 0 Times or infinite times ;
3、? Representing the preceding character 0 Time or 1 Secondary repetition
4、+ or * Heel ? Greedy means no match , That is, match as little as possible , Such as *? Repeat any number of times , But repeat as little as possible ;
5、 .*? Represents matching any number of repetitions , But use the least amount of repetition if you can make the whole match successful .
Such as :a.*?b Match the shortest , With a Start , With b Ending string . If you apply it to aabab Words , It will match aab and ab.
边栏推荐
- Value transmission and address transmission of C language, pointer of pointer
- 编译与链接
- Design of environment detection system based on STM32 and Alibaba cloud
- The table of antd hides the pager when there is only one page
- Simple cases of inner connection and left connection
- How to execute insert into select from job in SQL client
- nacos注册中心
- Why do I delete the original record (OP d) and then add a new one in Kafka when I update MySQL data
- I. creation and constraint of MySQL table
- Codeforces Round #810 (Div. 2) D. Rain (线段树差分)
猜你喜欢

Interview essential! TCP classic 15 consecutive questions!

MPU6050

When array is used as a function parameter, it is better to use the array size as a function parameter

SQL window function

安装ros的laser_scan_matche库所遇到的问题(一)

nacos注册中心

Svg -- loading animation

Blood cases caused by < meta charset=UTF-8> -- Analysis of common character codes

UCOS task switching process

Some problems about pointers
随机推荐
Lvs+keepalived high availability deployment practical application
Use case of arrow function of new features in ES6
Simple cases of inner connection and left connection
[kvm] create virtual machine from kickstart file
First ALV program 2
Mmdetection preliminary use
初识C语言(3)
Const read only variable constant
Who can elaborate on the semi consistent read under mysqlrc and how to reduce the deadlock probability?
[paper translation] vectornet: encoding HD maps and agent dynamics from vectorized representation
Codeforces round 810 (Div. 2) d. rain (segment tree difference)
How to solve the problem of store ranking?
Deep understanding of browser caching mechanism (HTTP)
"Weilai Cup" 2022 Niuke summer multi school training camp 2H
伏英娜:元宇宙就是新一代互联网!
SQL语句 关于字段转换怎么写
Note: restframe work records many to one tables, how to serialize in that table (reverse query)
The difference between dynamic, VaR and object in fluent
Is the array name a pointer
Pointer constant and constant pointer