Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21626
    jadde29
    Participant

    Is any possibility to delete all rows which start from the given phrase i.e. XXXXX ?

    Sorry if the answer is obvious. I have tried to find a solution but I have failed.
    Thanx for any help :)

    #21627
    Yutaka Emura
    Keymaster

    Hello,

    There are many ways to do this, but one way is replace all ^XXXXX.*?\n with blank using regular expressions.

    I hope this helps.

    Thanks,

    #21628
    jadde29
    Participant

    Thanx a lot :)

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