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

  • SEARCH
  • Home
  • 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 6214663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T06:55:03+00:00 2026-05-24T06:55:03+00:00

EDIT Sorry I realized my question is a non-problem. Markdown consumed the newline character.

  • 0

EDIT Sorry I realized my question is a non-problem. Markdown consumed the newline character. Nonetheless my code still has problem and the answer gives the correct solution.

I am using Ruby, and I want to find ID numbers at end of some lines, convert it into a URL. For example

>253
irrelevant text
>254

to

> foo.php/253
irrelevant text
> foo.php/254

I tried something similar to the following, but the newlines/carriage returns get consumed.

text.gsub!(  /^(> ?)(\d+)(\s*$)/  ,  "\\1\\2\\3"  )

The result will all be in one line. I also does not know if it is going to be /r, /n or /r/n, so I don’t want to hardcode the line break characters.

  • 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-24T06:55:03+00:00Added an answer on May 24, 2026 at 6:55 am

    This should work:

    text.gsub(/(?:^|(?<=[\r\n]))>[ \t]*(\d+)(?=\s*?(?:$|[\r\n]))/m, "> foo.php/\\1")
    

    Example: http://ideone.com/fgAK7

    Update: This one is better (and shorter):

    /(?<![^\r\n])>[ \t]*(\d+)[ \t]*(?![^\r\n])/
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Edit: From another question I provided an answer that has links to a lot
Edit: I fixed the problem by just starting from scratch. Sorry to waste y'alls
Sorry if this question will sound too chaotic, feel free to edit it. I
Edit: The bug which prompted this question has now been fixed . In the
EDIT Sorry for the confusion, here is my updated question. I am using FindBin
If I have the following code (EDIT: Sorry if I wasn't clear, I want
EDIT Sorry I forgot the most important part here. Each key can have more
IMPORTANT EDIT: Sorry everyone, i made a big mistake in the structure. char *name;
Is there a .net equivalent to the C++ unexpected()/set_unexpected() functionality? Edit: Sorry--I omitted some
Edit: I am using SqlDataAdapters to fill the data sets. Sorry--I should have been

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.