Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- December 8, 2010 at 3:12 pm #9148GRCParticipant
Still loving EmEditor, just wondering what the best way might be to do the following:
I want to search for all UCS character representations (e.g. U+xxxx) and copy all of the highlighted results into a new document.
I’m using this regular expression, which finds all my results:
U+([0-9]|[A-F]){3,4}Now that all of the results are highlighted, is there some way to copy all of the highlighted results, so I can manipulate them elsewhere?
Many thanks!December 8, 2010 at 3:29 pm #9149GRCParticipantI found the answer in liushiyan’s helpful macro here:
Copy highlighted macro Thanks liushiyan.Is there a menu alternative (i.e. copy highlighted)?
December 9, 2010 at 8:29 pm #9151flamerzMembergreat macro.. i dont know another way to do it.
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.