当前位置:网站首页>(.*?) 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.
边栏推荐
- 大佬们flink的JDBC SQL Connector现在不支持所有的数据库吗,例如vertica?
- Problems encountered in vscode connection SSH
- The difference between dynamic, VaR and object in fluent
- UnicodeDecodeError: ‘ascii‘ codec can‘t decode byte 0x90 in position 614: ordinal not in range(128)
- The output comparison function of Tim is introduced in detail through PWM breathing lamp and PWM controlled DC motor
- Codeforces Round #810 (Div. 2) D. Rain (线段树差分)
- Ssl== certificate related concepts
- [Openstack] keystone,nova
- C language to achieve three chess game (detailed explanation)
- Asp.net MVC中文件夹中的控制器如何跳转到根目录的控制器中?
猜你喜欢

SVG--loading动画

nacos注册中心

Basic configuration of BGP - establish peers and route announcements

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

BGP的基础配置---建立对等体、路由宣告

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

SQL window function

Lvs+keepalived high availability deployment practical application

Is the array name a pointer

企业网的三层架构
随机推荐
有一种密码学专用语言叫做ASN.1
UCOS任务切换过程
Configmap配置与Secret加密
Taobao product details interface (product details page data interface)
The difference between dynamic, VaR and object in fluent
【BGP】小型实验
Extended operator of new features in ES6
Lua language (stm32+2g/4g module) and C language (stm32+esp8266) methods of extracting relevant data from strings - collation
Some problems about pointers
Is the array name a pointer
Change the value of the argument by address through malloc and pointer
nacos注册中心
Install the laser of ROS_ scan_ Problems encountered in match library (I)
MySQL Part 3
Pat a1069/b1019 the black hole of numbers
When defining an array, the size must be constant
Ssl== certificate related concepts
SQL语句 关于字段转换怎么写
这个报错是什么鬼啊,不影响执行结果,但是在执行sql时一直报错。。。连接maxComputer是使用
“蔚来杯“2022牛客暑期多校训练营2 H