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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T10:40:24+00:00 2026-06-18T10:40:24+00:00

I am trying to make a regex that will find certain cases of incorrectly

  • 0

I am trying to make a regex that will find certain cases of incorrectly entered fractions, and return the numerator and denominator as groups.

These cases involve a space between the slash and a number: such as either 1 /2 or 1/ 2.

I use a logical-or operator in the regex, since I’d rather not have 2 separate patterns to check for:

r'(\d) /(\d)|(\d)/ (\d)'

(I’m not using \d+ since I’m more interested in the numbers directly bordering the division sign, though \d+ would work as well).

The problem is, when it matches one of the cases, say the second (1/ 2), looking at all the groups gives (None, None, '1', '2'), but I would like to have a regex that only returns 2 groups–in both cases, I would like the groups to be (‘1’, ‘2’). Is this possible?

Edit:
I would also like it to return groups (‘1’, ‘2’) for the case 1 / 2, but to not capture anything for well-formed fractions like 1/2.

  • 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-18T10:40:25+00:00Added an answer on June 18, 2026 at 10:40 am

    (\d)(?: /|/ | / )(\d) should do it (and only return incorrectly entered fractions). Notice the use of no-capture groups.

    Edit: updated with comments below.

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

Sidebar

Related Questions

I'm trying to make a regex, that will return list words that begin with
I am trying to make simple regex that will check if a line is
I am trying to make a regex that will just look for and remove
I am trying to create a regex that will return false if the String
I'm trying to make a javascript function with a regex, that will validate a
I am trying to make a regex that will match this pattern, Must be
I am trying to make a regex that matches all occurrences of words that
I'm trying to make a dynamic regex that matches a person's name. It works
Trying to make this jQuery filter that uses .find case-insensitive. For example, when the
I'm trying to write a regex function that will identify and replace a single

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.