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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T16:33:53+00:00 2026-06-08T16:33:53+00:00

All, I need 2 regex expression that will work in .NET to detect whether

  • 0

All,

I need 2 regex expression that will work in .NET to detect whether the user typed in a fraction:

  1. Only fractional values without any whole parts (don’t want to check for 1 1/4, 3 1/2, etc.)
    ONLY: 1/2, 3/4, 8/3, etc. The numerator, denominator can be floating point or integers.

  2. ALL valid fractions such as 1/3, 2/3, 1 1/4, etc.

Thanks.

  • 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-08T16:33:54+00:00Added an answer on June 8, 2026 at 4:33 pm

    For the first

    For any fraction in the form of ##/##, where the numerator or denominator could be of any length, you could just use:

    \d+(\.\d+)?/\d+(\.\d+)?
    

    Grab as many digits as you can immediately before and after a literal slash, as long as there’s at least one or more of those digits. If there’s a decimal point, it also must be followed by one or more digits, but that whole group is optional and can only appear once.

    For the second

    Assuming it must be a fraction, so a whole number alone like 1 would not count, just stick the following on the front

    \d*\s*
    

    Grab some digits and whitespace before the rest of the fraction.

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

Sidebar

Related Questions

I need a PCRE(Perl Compatible Regular Expression) that will match all non -images(jpg,png,tiff) from
I need to build ONE regular expression that can detect ALL the following strings
I need to craft a complex regex expression that will match a varying number
I need a regex expression that will match the following: .5 0.5 1.5 1234
I need a regex that will parse a csv-style file, something like 57 fields
I need help with a regular expression that will find matches in the strings
I need to have a REGEX that would filter out and only accept a
I'm trying to build a regular expression that will detect any character that Windows
I need a regular expression that will find me the following text: postmaster=infonl@bostik.com info=infonl@bostik.com
I need a regular expression that, given an ingredient line, will tell me the

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.