Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8052601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:35:02+00:00 2026-06-05T07:35:02+00:00

Ok so I am trying to group past the 9th backreference in notepad++. The

  • 0

Ok so I am trying to group past the 9th backreference in notepad++. The wiki says that I can use group naming to go past the 9th reference. However, I can’t seem to get the syntax right to do the match. I am starting off with just two groups to make it simple.

Sample Data

1000,1000

Regex.

(?'a'[0-9]*),([0-9]*)

According to the docs I need to do the following.

(?<some name>...), (?'some name'...),(?(some name)...)
Names this group some name.

However, the result is that it can’t find my text. Any suggestions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T07:35:04+00:00Added an answer on June 5, 2026 at 7:35 am

    You can simply reference groups > 9 in the same way as those < 10

    i.e $10 is the tenth group.

    For (naive) example:

    String:

    abcdefghijklmnopqrstuvwxyz

    Regex find:

    (?:a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)(m)(n)(o)(p)

    Replace:

    $10

    Result:

    kqrstuvwxyz

    My test was performed in Notepad++ v6.1.2 and gave the result I expected.

    Update: This still works as of v7.5.6


    SarcasticSully resurrected this to ask the question:

    “What if you want to replace with the 1st group followed by the character ‘0’?”

    To do this change the replace to:

    $1\x30

    Which is replacing with group 1 and the hex character 30 – which is a 0 in ascii.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to work with groupby so that I can group together files that were
I'm trying to group the following string into three groups. 0:0:Awesome:awesome That being "
I'm trying to group posts from same day, the problem is that 2/20 gets
I'm currently trying to group messages that are sent out by 1 second time
I'm trying to group 3 objects in one view, and then center that view
I'm trying to convert my newsfeed result into an array, so that I can
I am trying to group results returned by Core Data. I read that you
I'm trying to group by categories; let's say that I have two tables named
I'm trying to group contents that belong on a same date together for display,
I am trying to GROUP the CRM records that have the same Owner name

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.