当前位置:网站首页>(.*?) 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.
边栏推荐
- 这个报错是什么鬼啊,不影响执行结果,但是在执行sql时一直报错。。。连接maxComputer是使用
- Note: restframe work records many to one tables, how to serialize in that table (reverse query)
- SQL server当存储过程接收的参数是int类型时,如何做判断?
- LVS+KeepAlived高可用部署实战应用
- How to execute insert into select from job in SQL client
- [introduction to C language] zzulioj 1031-1035
- 从淘宝,天猫,1688,微店,京东,苏宁,淘特等其他平台一键复制商品到拼多多平台(批量上传宝贝详情接口教程)
- MySQL第四篇(完结)
- 有一种密码学专用语言叫做ASN.1
- MySQL Part 3
猜你喜欢

Const char* and char*, string constants

力扣面试题17.04 消失的数字||260.只出现一次的数字(内含位运算知识点)

企业网的三层架构

Problems encountered in vscode connection SSH

UnicodeDecodeError: ‘ascii‘ codec can‘t decode byte 0x90 in position 614: ordinal not in range(128)

Object array merges elements according to a field

Data mining -- code implementation of association analysis example (Part 2)

Copy products with one click from Taobao, tmall, 1688, wechat, jd.com, Suning, taote and other platforms to pinduoduo platform (batch upload baby details Interface tutorial)

HCIP BGP

全屋WiFi方案:Mesh路由器组网和AC+AP
随机推荐
有没有大佬帮我看下flink sql连接kafka认证kerberos的参数配置是否有误
Codeforces round 810 (Div. 2) d. rain (segment tree difference)
After I get the winfrom specific control ID from the database, I need to find the corresponding control through this ID and assign a value to the text text of the control. What should I do
Ssl== certificate related concepts
数据库SQL语句实现数据分解的函数查询
Note: restframe work records many to one tables, how to serialize in that table (reverse query)
[kvm] create virtual machine from kickstart file
The table of antd hides the pager when there is only one page
Communication between parent-child components and parent-child components provide and inject
安装ros的laser_scan_matche库所遇到的问题(一)
基于STM32和阿里云的环境检测系统设计
LVS+KeepAlived高可用部署实战应用
Change the value of the argument by address through malloc and pointer
MySQL第四篇(完结)
What the hell is this error? It doesn't affect the execution result, but it always reports errors when executing SQL... Connecting maxcomputer uses
The data source is SQL server. I want to configure the incremental data of the last two days of the date field updatedate to add
[paper translation] vectornet: encoding HD maps and agent dynamics from vectorized representation
Array as function parameter -- pointer constant / constant pointer
MySQL第三篇
Is the browser multi process or single process?