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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:49:35+00:00 2026-05-27T11:49:35+00:00

A bit of an odd question – I’m hoping to avoid some really ugly

  • 0

A bit of an odd question – I’m hoping to avoid some really ugly programming and thought that someone may have a nifty way of doing this…

I’m currently working on a regex that matches to numbers in a string, say “222”. Sometimes these numbers include decimals, “222.5” or sometimes in place of a ‘.5’ it is replaced with a plus sign – ie. 222+.

Any thoughts on how I could write either a Regex, or a general C# line, that could interpret that ‘+’ symbol after any number as a .5? Here is an example of the current code I have (does not do anything with ‘+’ symbols).

string match = Regex.Match(subject, @"\s*-?\d+").Value;
  • 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-27T11:49:36+00:00Added an answer on May 27, 2026 at 11:49 am
    string match = Regex.Match(subject, @"-?(\d+((\.\d+)|\+)?)|(\.\d+)").Value
        .Replace("+", ".5");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Bit of an odd question but I'm hoping someone can point me in the
This may be a bit of an odd question, and what I have in
This might be a little bit odd question, but Im trying to figure out
Bit of an odd question but is there a way of seeing what objects
This might sound a bit of an odd question but I know what I
This is a bit of an odd question and more of a though experiment
A bit of an odd (challenging?) question. Is it possible to programmatically access the
I have a bit of a question that has been bothering me for a
bit of an odd question here. If I have two separate objects, each with
Bit of an odd question but I want to do something like: a =

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.