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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:19:18+00:00 2026-05-13T21:19:18+00:00

I have to validate using regex decimal number between 00.00 to 35.35 with following

  • 0

I have to validate using regex decimal number between 00.00 to 35.35 with following simple assumptions(I am using C#).

1) leading zeros are not required(optional).
2) 2 decimals are always required.

In other words, it should be a decimal number within a range with 2 decimal points.

Examples of valid numbers are: 0.00, 00.00, .67, 2.89
and should fail on those numbers: 8.9999(4 decimals), 65.00(out of range)

I had no difficulty to validate 2 decimal points but don’t know how to do the range?
Is this something that even can be done using regex?

  • 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-13T21:19:18+00:00Added an answer on May 13, 2026 at 9:19 pm

    Try this regular expression:

    ^(0?\d|[12]\d|3[0-4])?\.\d\d$|^35\.([02]\d|3[05])$
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a regex that I am using to validate email addresses. I like
How can I validate the user input by using scanf. Right now I have
Say you have these two methods: Number 1: void AddPerson(Person person) { // Validate
I'm trying to validate date using PHP. I'd like following formats to be valid:
I’m using a commercial application that has an option to use RegEx to validate
I have a form with jQuery.validate. It checks if typed email is correct using
I have the following regex: ^[a-zA-Z](.*)[a-zA-Z]$ on both the Javascript and PHP side that
I'm trying to validate an ASP TextBox that can only have 1-2 digits (not
In my model I have: validate :my_custom_validation def my_custom_validation errors.add_to_base(error message) if condition.exists? end
We have a Perl program to validate XML which is invoked from a Java

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.