Sublime Forum

Extract Attributes?

#1

How can I search and find attributes for example [http] including the rest of the site address and copy and paste into a new document ?

0 Likes

#2

By enabling regex and using simple pattern, i.e. http[^\s]*

0 Likes

#3

Thanks :slightly_smiling:

0 Likes

#4

RegEx has selected all the names with http, but how can I cut them and paste them into a new document ?

0 Likes