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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:42:38+00:00 2026-05-26T03:42:38+00:00

Is there something in regex to match (conditionally) only if it exists ? e.g.

  • 0

Is there something in regex to match (conditionally) only if it exists ?

e.g.

the string maybe

question_1

or only

question

In case of the former, it should match the integer in the end, but as in the case of the latter, it should leave it.

  • 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-26T03:42:38+00:00Added an answer on May 26, 2026 at 3:42 am

    The ? is the 0-1 quantifier in Regexes. \d? means 0 or 1 digit. The * is the 0-infinite quantifier. \d* means 0 or more digits. Is it what you want?
    (additionally the + is the 1 or more quantifier, and not quantifier means exactly 1)

    To elaborate on what you asked, I would say

    question(_\d+)?
    

    question followed by an optional (_ AND 1 or more digits)

    Where the brackets are only to group the sub expression (they are “mathematical” brackets)

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

Sidebar

Related Questions

Just a quick regex question...hopefully I have a string that looks something like this:
NET Regex. (with ignore-case) I want it to match field_x_12 field_a_ABC field_r_something etc My
Is there a way to find all possible start positions for a regex match
There's regex validation in JSR-303 (javax.validation). For example: @Pattern(regexp=[\w_\\.]+) private String username; The default
I'd like to match a regex and get the position in the string of
I'm trying to add conditional logic to determine if there's one regex match for
I'm trying to use regex to match digits in java, something like: Pattern p
I want to capture something similar to the following IWebElement commentField = Regex.Match(driver.PageSource,TextBoxComments$,RegexOptions.RightToLeft); Where
Is there a way using a regex to match a repeating set of characters?
I'm trying to take a string that looks something like [go]$$Bcm11 Prisoners: and match

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.