Community

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

    Delete with Replace mode!

    Help wanted · · · – – – · · ·
    2
    3
    40
    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.
    • Alexandru Tanasa
      Alexandru Tanasa last edited by

      Hi. I have multiple text like"alex2,alex3,alex4,alex…" how can I remove all of this by finding only alex word and to delete “alex2,alex3,alex4,alex…”?? Please tell me how. Thanks

      1 Reply Last reply Reply Quote 0
      • cmeriaux
        cmeriaux last edited by

        Use a regular expression alex\d+ (one or several digit) and replace with empty string or whatever

        1 Reply Last reply Reply Quote 2
        • cmeriaux
          cmeriaux last edited by

          sorry @guy038 I stole the regex star from you ;-)

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