简体   繁体   中英

Multiple selection with Sublime Text 2

I am using the following regex to find all the email adresses in my document:

([a-zA-Z0-9\.]+@[A-Za-z0-9_]+?\.[A-Za-z]{2,6})

It works fine, but now I would like to select them all at once, in order to copy them and paste them in a new document, where I'll have a clean list of email adresses.

在此处输入图片说明

I couldn't find any help on Sublime text website, what are the commands or controls to select/extract multiple parts from a text?

在Windows上: Alt + Enter或直接单击搜索框右侧的“ Find All ...”!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM