当前位置:网站首页>Notepad + + regular expression replace String
Notepad + + regular expression replace String
2022-07-06 00:16:00 【139081049】
Attention!:Notepad++La longueur maximale de la chaîne d'expression régulière ne peut dépasser69Caractères
Expression Description
/t Tabulation.
/n Nouvelle ligne.
. Correspond à n'importe quel caractère.
| Correspond aux caractères à gauche et à droite de l'expression. Par exemple, "ab|bc" Ça correspond "ab" Ou "bc".
[] Correspond à n'importe quel caractère de la liste. Par exemple, "[ab]" Ça correspond "a" Ou "b". "[0-9]" Correspond à n'importe quel nombre.
[^] Correspond à n'importe quel caractère en dehors de la liste. Par exemple, "[^ab]" Ça correspond "a" Et "b" Autres caractères. "[^0-9]" Correspond à n'importe quel caractère non numérique.
* Le caractère à gauche correspond à n'importe quelle fois(0Une fois,Ou plusieurs fois). Par exemple "be*" Ça correspond "b", "be" Ou "bee".
+ Le caractère à gauche correspond au moins une fois(1Une fois,Ou plusieurs fois). Par exemple "be+" Ça correspond "be" Ou "bee" Mais ça ne correspond pas "b".
? Les caractères à gauche correspondent0Une fois ou1Une fois. Par exemple "be?" Ça correspond "b" Ou "be" Mais ça ne correspond pas "bee".
^ L'expression à droite correspond au début d'une ligne. Par exemple "^A" Juste pour correspondre à "A" Ligne de début.
$ L'expression à gauche correspond à la fin d'une ligne . Par exemple "e$" Juste pour correspondre à "e" Fin de la ligne.
() Influence l'ordre dans lequel les expressions correspondent , Et utilisé comme marqueur de groupe pour l'expression .
/ Caractère d'évasion. Si vous utilisez "/" En soi, Doit être utilisé "//".
Contient“hello word”Oui.
^.hello word.$
Par“hello word”Ligne de départ
^hello word.*$
Par“hello word”Fin de la ligne
.*hello word$
Traitement des résultats de la recherche
Line 8: </item><item> <word>social media</word>
Line 15: </item><item> <word>constant</word>
Line 24: </item><item> <word>row</word>
Line 33: </item><item> <word>approach</word>
Line 41: </item><item> <word>exam</word>
Line 48: </item><item> <word>alarm</word>
Line 56: </item><item> <word>obviously</word>
Line 63: </item><item> <word>urgently</word>
Enlevez l'avant Line
^.*Line.*:
边栏推荐
- What are the functions of Yunna fixed assets management system?
- 2022.7.5-----leetcode. seven hundred and twenty-nine
- QT--线程
- Teach you to run uni app with simulator on hbuilderx, conscience teaching!!!
- Permission problem: source bash_ profile permission denied
- 【DesignMode】适配器模式(adapter pattern)
- Codeforces gr19 D (think more about why the first-hand value range is 100, JLS yyds)
- FFMPEG关键结构体——AVCodecContext
- C # input how many cards are there in each of the four colors.
- 微信小程序---WXML 模板语法(附带笔记文档)
猜你喜欢
Detailed explanation of APP functions of door-to-door appointment service
openssl-1.0.2k版本升级openssl-1.1.1p
Recognize the small experiment of extracting and displaying Mel spectrum (observe the difference between different y_axis and x_axis)
Atcoder beginer contest 254 [VP record]
Priority queue (heap)
Initialize your vector & initializer with a list_ List introduction
18.(arcgis api for js篇)arcgis api for js点采集(SketchViewModel)
Gd32f4xx UIP protocol stack migration record
Miaochai Weekly - 8
FFMPEG关键结构体——AVCodecContext
随机推荐
wx. Getlocation (object object) application method, latest version
Global and Chinese markets of POM plastic gears 2022-2028: Research Report on technology, participants, trends, market size and share
教你在HbuilderX上使用模拟器运行uni-app,良心教学!!!
Initialiser votre vecteur & initialisateur avec une liste Introduction à la Liste
Mathematical model Lotka Volterra
Problem solving win10 quickly open ipynb file
GD32F4xx uIP协议栈移植记录
【NOI模拟赛】Anaid 的树(莫比乌斯反演,指数型生成函数,埃氏筛,虚树)
亲测可用fiddler手机抓包配置代理后没有网络
Atcoder beginer contest 258 [competition record]
2022.7.5-----leetcode. seven hundred and twenty-nine
Detailed explanation of APP functions of door-to-door appointment service
Learn PWN from CTF wiki - ret2libc1
[day39 literature extensive reading] a Bayesian perspective on magnetic estimation
About the slmgr command
Configuring OSPF GR features for Huawei devices
The global and Chinese markets of dial indicator calipers 2022-2028: Research Report on technology, participants, trends, market size and share
FFT 学习笔记(自认为详细)
7.5 装饰器
wx.getLocation(Object object)申请方法,最新版