Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9148
    GRC
    Participant

    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!

    #9149
    GRC
    Participant

    I found the answer in liushiyan’s helpful macro here:
    Copy highlighted macro Thanks liushiyan.

    Is there a menu alternative (i.e. copy highlighted)?

    #9151
    flamerz
    Member

    great macro.. i dont know another way to do it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.