当前位置:网站首页>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.*:
边栏推荐
- wx. Getlocation (object object) application method, latest version
- Global and Chinese markets for hinged watertight doors 2022-2028: Research Report on technology, participants, trends, market size and share
- Yunna | what are the main operating processes of the fixed assets management system
- How much do you know about the bank deposit business that software test engineers must know?
- 2022.7.5-----leetcode. seven hundred and twenty-nine
- Solve the problem of reading Chinese garbled code in sqlserver connection database
- Permission problem: source bash_ profile permission denied
- 18. (ArcGIS API for JS) ArcGIS API for JS point collection (sketchviewmodel)
- [gym 102832h] [template] combination lock (bipartite game)
- DEJA_ Vu3d - cesium feature set 055 - summary description of map service addresses of domestic and foreign manufacturers
猜你喜欢
多线程与高并发(8)—— 从CountDownLatch总结AQS共享锁(三周年打卡)
权限问题:source .bash_profile permission denied
XML configuration file (DTD detailed explanation)
Determinant learning notes (I)
微信小程序---WXML 模板语法(附带笔记文档)
Permission problem: source bash_ profile permission denied
【NOI模拟赛】Anaid 的树(莫比乌斯反演,指数型生成函数,埃氏筛,虚树)
PV static creation and dynamic creation
Recognize the small experiment of extracting and displaying Mel spectrum (observe the difference between different y_axis and x_axis)
What if the C disk is not enough? Let's see how I can clean up 25g of temp disk space after I haven't redone the system for 4 years?
随机推荐
C # input how many cards are there in each of the four colors.
[designmode] composite mode
openssl-1.0.2k版本升级openssl-1.1.1p
妙才周刊 - 8
Miaochai Weekly - 8
What is information security? What is included? What is the difference with network security?
Learn PWN from CTF wiki - ret2libc1
【luogu CF487E】Tourists(圆方树)(树链剖分)(线段树)
Open3D 点云随机添加噪声
Solve the problem of reading Chinese garbled code in sqlserver connection database
[Luogu cf487e] tours (square tree) (tree chain dissection) (line segment tree)
DEJA_ Vu3d - cesium feature set 055 - summary description of map service addresses of domestic and foreign manufacturers
2022.7.5-----leetcode.729
关于slmgr命令的那些事
Shardingsphere source code analysis
Codeforces round 804 (Div. 2) [competition record]
Start from the bottom structure and learn the introduction of fpga---fifo IP core and its key parameters
Mathematical model Lotka Volterra
Global and Chinese market of valve institutions 2022-2028: Research Report on technology, participants, trends, market size and share
Problem solving win10 quickly open ipynb file