当前位置:网站首页>notepad++正則錶達式替換字符串
notepad++正則錶達式替換字符串
2022-07-06 00:15:00 【1390811049】
注意:Notepad++正則錶達式字符串最長不能超過69個字符
錶達式 說明
/t 制錶符.
/n 新行.
. 匹配任意字符.
| 匹配錶達式左邊和右邊的字符. 例如, "ab|bc" 匹配 "ab" 或者 "bc".
[] 匹配列錶之中的任何單個字符. 例如, "[ab]" 匹配 "a" 或者 "b". "[0-9]" 匹配任意數字.
[^] 匹配列錶之外的任何單個字符. 例如, "[^ab]" 匹配 "a" 和 "b" 以外的字符. "[^0-9]" 匹配任意非數字字符.
* 其左邊的字符被匹配任意次(0次,或者多次). 例如 "be*" 匹配 "b", "be" 或者 "bee".
+ 其左邊的字符被匹配至少一次(1次,或者多次). 例如 "be+" 匹配 "be" 或者 "bee" 但是不匹配 "b".
? 其左邊的字符被匹配0次或者1次. 例如 "be?" 匹配 "b" 或者 "be" 但是不匹配 "bee".
^ 其右邊的錶達式被匹配在一行的開始. 例如 "^A" 僅僅匹配以 "A" 開頭的行.
$ 其左邊的錶達式被匹配在一行的結尾. 例如 "e$" 僅僅匹配以 "e" 結尾的行.
() 影響錶達式匹配的順序,並且用作錶達式的分組標記.
/ 轉義字符. 如果你要使用 "/" 本身, 則應該使用 "//".
包含“hello word”的行
^.hello word.$
以“hello word”開始的行
^hello word.*$
以“hello word”結尾的行
.*hello word$
搜索結果處理
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>
去除前面的 Line
^.*Line.*:
边栏推荐
- Atcoder beginer contest 258 [competition record]
- Global and Chinese market of valve institutions 2022-2028: Research Report on technology, participants, trends, market size and share
- 云呐|固定资产管理系统功能包括哪些?
- Qt QPushButton详解
- Solve the problem of reading Chinese garbled code in sqlserver connection database
- Gavin teacher's perception of transformer live class - rasa project actual combat e-commerce retail customer service intelligent business dialogue robot system behavior analysis and project summary (4
- Yunna | what are the main operating processes of the fixed assets management system
- AtCoder Beginner Contest 258【比赛记录】
- [designmode] composite mode
- Hudi of data Lake (1): introduction to Hudi
猜你喜欢
notepad++正则表达式替换字符串
18. (ArcGIS API for JS) ArcGIS API for JS point collection (sketchviewmodel)
Gd32f4xx UIP protocol stack migration record
【在线聊天】原来微信小程序也能回复Facebook主页消息!
XML configuration file (DTD detailed explanation)
FFT 学习笔记(自认为详细)
Yunna | what are the main operating processes of the fixed assets management system
提升工作效率工具:SQL批量生成工具思想
What are the functions of Yunna fixed assets management system?
wx. Getlocation (object object) application method, latest version
随机推荐
MySql——CRUD
Shardingsphere source code analysis
7.5 装饰器
wx.getLocation(Object object)申请方法,最新版
About the slmgr command
Huawei equipment configuration ospf-bgp linkage
【DesignMode】组合模式(composite mode)
Add noise randomly to open3d point cloud
Start from the bottom structure and learn the introduction of fpga---fifo IP core and its key parameters
Chapter 16 oauth2authorizationrequestredirectwebfilter source code analysis
Huawei equipment is configured with OSPF and BFD linkage
What is information security? What is included? What is the difference with network security?
教你在HbuilderX上使用模拟器运行uni-app,良心教学!!!
Choose to pay tribute to the spirit behind continuous struggle -- Dialogue will values [Issue 4]
【QT】Qt使用QJson生成json文件并保存
Asynchronous task Whenall timeout - Async task WhenAll with timeout
DEJA_VU3D - Cesium功能集 之 055-国内外各厂商地图服务地址汇总说明
Configuring OSPF load sharing for Huawei devices
MySql——CRUD
MySql——CRUD