Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Add to beginning & end of every line containing string?

    General Discussion
    of line beginning
    2
    3
    655
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • BecauseICanTBH
      BecauseICanTBH last edited by

      I would like to add “||” to the beginning and end of every line containing ", 2017 @ "

      Example line:
      Saturday, March 31, 2017 @ 21:17:07

      Example result:
      ||Saturday, March 31, 2017 @ 21:17:07||

      Ekopalypse 1 Reply Last reply Reply Quote 0
      • Ekopalypse
        Ekopalypse @BecauseICanTBH last edited by Ekopalypse

        @BecauseICanTBH

        find what: ^.*, 2017 @.*$
        replace with ||$0||
        and of course checking regular expression.

        1 Reply Last reply Reply Quote 5
        • BecauseICanTBH
          BecauseICanTBH last edited by

          Thank you!

          1 Reply Last reply Reply Quote 2
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors