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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:59:20+00:00 2026-05-26T11:59:20+00:00

The user inputs any string and the program distinguishes whether the string is qualifying

  • 0

The user inputs any string and the program distinguishes whether the string is qualifying product ID or not.

The qualifying product IDs are any of string consists of two capitals and four numbers. (For example, “TV1523”)

How can I make this program?

  • 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-26T11:59:21+00:00Added an answer on May 26, 2026 at 11:59 am

    You should compare the string using a regular expression, for example:

    str.matches("^[A-Z]{2}\\d{4}") will give you a boolean value as to whether it matches or not.

    The regular expression works as follows:

    ^ Indicates that the following pattern needs to appear at the beginning of the string.
    [A-Z] Indicates that the uppercase letters A-Z are required.
    {2} Indicates that the preceding pattern is repeated twice (two A-Z characters).
    \\d Indicates you expect a digit (0-9)
    {4} Indicates the the preceding pattern is expected four times (4 digits).
    

    Using this method, you can loop through any number of strings and check if they match the criteria given.

    You should read up on regular expressions though, there are more efficient ways of storing the pattern if you are worried about performance.

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

Sidebar

Related Questions

I have a list of string. When user inputs chars in, the program would
I'm writing a program where the user inputs names and then ages. The program
Im trying to create a C based string menu where a user inputs a
This program takes 2 numbers from user input, asks them whether they'd like to
When validating user inputs in an application that is to be run across multiple
I have a textbox where a user inputs a number, like: 105.14 When I
How do I make this so once the user inputs a number and presses
I'm trying to connect to a server that the user inputs. When the server
My locale dateformat is dd/mm/yyyy and Django is requering AAAA-MM-DD when the user inputs
I am working on a system for reserving seats. A user inputs how many

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.