• Login
Community
  • Login

REGEX - select the numbers situated in brackets (with the bracket)

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
2 Posts 1 Posters 1.7k Views
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.
  • V
    Vasile Caraus
    last edited by Nov 8, 2016, 8:47 AM

    hello. I need to select the numbers situated in brackets (with the bracket).

    I try this, but doesn’t work:

    \d+|(|)

    1 Reply Last reply Reply Quote 0
    • V
      Vasile Caraus
      last edited by Nov 8, 2016, 9:09 AM

      I find the solution:

      \((\d+)\) Select numbers located in round brackets

      \[(\d+)\] Select numbers are in square brackets

      1 Reply Last reply Reply Quote 0
      2 out of 2
      • First post
        2/2
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors