Community

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

    Search, Find string with parentheses around it.

    Help wanted · · · – – – · · ·
    2
    3
    32
    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.
    • Richard Howard
      Richard Howard last edited by

      I have a string wrapped with parentheses. I need to remove those parens.
      This code:

      posttext="(TM 9-5895-1600-10)"/>
      

      Should be replaced with this code:

      posttext="TM 9-5895-1600-10"/>
      

      The parentheses being a special character is confusing my search.
      That’s it.
      Thanks.

      PeterJones 1 Reply Last reply Reply Quote 1
      • PeterJones
        PeterJones @Richard Howard last edited by

        @Richard-Howard

        Escape special characters (“confusing my search”) with a backslash, like I showed with the parentheses in the replacement in your previous question.

        Richard Howard 1 Reply Last reply Reply Quote 1
        • Richard Howard
          Richard Howard @PeterJones last edited by

          @PeterJones
          Got it.
          Thanks!

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