How to copy some of text ?
-
Hi, I know this title is ambigue but I need some help with a text.
I have to copy this sort of line "spotify:album:6XpQjDJdBHKDRIQXtXgQwC"
But I have like 100 line with different spotify:album:ID
What can I do to select all the line like this ?
I don’t know if you understand what I want…
Thanks
-
as I’m not 100% sure what you try to achieve here an assumption
what you can probably doopen find replace dialog, check regular expressions and put the following
into find what field"spotify:album:.+?"
then goto MARK tab, check bookmark line and press mark all.
Now you should have a lines bookmarked which satisfy the regular expression.
Check menu Search->Bookmarks to see what you can do with those marked lines.Cheers
Claudia