工具介紹:EditPad Pro 7——複製匹配正則表達式文本的工具

工做須要,在一個文本中提取符合正則表達式的文本,但願一次複製到剪貼板。正則表達式

好比下面的需求,在下列文本中快速的複製出域名爲aaa.com的地址。ide

http://aaa.com/ssaa blog

http://aaa.com/ ip

http://bbb.com/ssaa get

http://aaa.com/ss323/vfd 域名

http://bcc.com/ssaa/323232 it

http://bbb.com/323 class

http://aaa.com/ssaa cli

http://ewew.com/wewe im

http://bbb.com/ssaa

http://aewew.com/ss323/vfd

http://bcc.com/ssaa/323232

http://dewew.com/323

http://aaa.com/ssaae/dewdew/dewdewww

http://aew.com/

http://bbb.com/ssaa

http://aaa.com/ss323/vfdewew/

http://bcc.com/ssaa/323232

http://bbb.com/323

那麼第一步,寫好正則表達式,而且貼在search框裏面:

^http://aaa.com/[\w/]*$,而且選中是正則表達式匹配

clipboard

而後,在search菜單中選擇高亮匹配的代碼,而且選中複製匹配項,以下圖:

clipboard

而後就能夠複製出這些文本了。

http://aaa.com/ssaa

http://aaa.com/

http://aaa.com/ss323/vfd

http://aaa.com/ssaa

http://aaa.com/ssaae/dewdew/dewdewww

http://aaa.com/ss323/vfdewew/

相關文章
相關標籤/搜索