Insert text after the 2nd Tab

Viewing 2 reply threads
  • Author
    Posts
    • #91154
      Paul Williams
      Participant

      Hi all, I think I am slowly getting my head around GREP.

      I need to insert some text after the 2nd Tab in a list.

      eg: TEXT1 <TAB1> TEXT2 <TAB2> TEXT3 <TAB3> TEXT4

      And I want to get it to read as per the example:
      eg: TEXT1 <TAB1> TEXT2 <TAB2> NEW TEXT + TEXT3 <TAB3> TEXT4

      I would be extremely grateful for any help :)

    • #91175
      Ari Singer
      Member

      Try this:

      Find What: .+?\t.+?\t

      Change To: $0yourtext

    • #91192
      Paul Williams
      Participant

      Brilliant! Many thanks Ari :)

Viewing 2 reply threads
  • You must be logged in to reply to this topic.
>