Navigation

    Community

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

    Search Syntax?

    Help wanted · · · – – – · · ·
    3
    3
    38
    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.
    • schidan
      schidan last edited by

      Hello together,

      how do I search for: =42= in a document?
      But I want to replace the two numbers with wildcards, so I can find all possible combinations of numbers.

      Thanks, schidan

      Ekopalypse Alan Kilborn 2 Replies Last reply Reply Quote 0
      • Ekopalypse
        Ekopalypse @schidan last edited by

        @schidan

        by using regular expression search and replacing the number by \d+

        1 Reply Last reply Reply Quote 2
        • Alan Kilborn
          Alan Kilborn @schidan last edited by

          @schidan

          If you want to restrict the matches to two numbers between pairs of = then I would suggest:

          find: =\d\d(?==)

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