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 3244082
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T18:30:32+00:00 2026-05-17T18:30:32+00:00

Actually, I have a very complex problem, but I have narrowed it down here

  • 0

Actually, I have a very complex problem, but I have narrowed it down here to the most essential part with some dummy-data.

Say I have the following text:

a
aa
aaa
aaaa
aaaa
aaaaa
a
aa
aaa
aaaa
aaaaa
aaaaaa
aaaa
a

What I would like to do is, FOR EXAMPLE when a line of 4 a’s is followed by a line of 1 a. I’d like to add a line of 3 a’s after the line of 4, and add a line of 2 a’s after the line of 3. So the result would be this:

a
aa
aaa
aaaa
aaaa
aaaaa
aaaa
aaa
aa
a
aa
aaa
aaaa
aaaaa
aaaaaa
aaaaa
aaaa
aaa
aa
a

I have tried the folowing regex in editpad pro:

find: \r?\n(a*)aa\r?\n\1\r?\n
repl: \n\1aa\n\1a\n\1\n

But this only works when the next line has exactly 2 a’s less than the previous one.. I know I could write a bunch of regular expressions like the one above, to work for difference of 2 a’s, 3 a’s, 4 a’s, 5 a’s and so on. But I’d like to have only one regex. I don’t mind if I would have to run that regex multiple times though..

  • 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-05-17T18:30:32+00:00Added an answer on May 17, 2026 at 6:30 pm

    Just found a solution myself. Seems like I was very close, just overdid it a bit with the line breaks in the beginning.

    find: (a*)aa\r?\n\1\r?\n
    repl: \1aa\n\1a\n\1\n
    

    This works after i repeatedly klick ‘replace all’ in editpad pro. I would like to have a solution where i need to run the replace all only once, so if there’s any further thoughts, please let me know

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

Sidebar

Related Questions

I actually have two questions regarding the same problem but I think it is
I actually have an answer to my question but it is not parallelized so
I would actually love to have an AlternatingItemTemplate on a GridView, but all it
I always have found the open source space interesting but have never actually participated
I have heard that it's best not to actually have any html in your
I have a JTree with multiple roots (Of course, I actually have an invisible
I used windows installer (msi project) and actually I have the msi file after
I have a JLabel (actually, it is a JXLabel). I have put an icon
I have a line (actually a cube) going from (x1,y1,z1) to (x2,y2,z2). I would
I have a JPEG image (actually a BLOB in a database) which I want

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.