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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:17:12+00:00 2026-05-18T09:17:12+00:00

Iam looking for the user to enter 3 characters and they should be letters

  • 0

Iam looking for the user to enter 3 characters and they should be letters and not numbers and special characters

 if(txt1.match('[A-Za-z]{3}')){}

Is the above if condition is correct ?

  • 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-18T09:17:13+00:00Added an answer on May 18, 2026 at 9:17 am

    You can use the i regex flag to make the matching case insensitive and simplify the regex. Also, without ^ and $, any string containing three consecutive letters will match. You need to add ^ and $ to match the beginning and end of the string respectively. Finally, if you don’t need to capture the text matched, you should use the test() method of the regular expression object to get a simple Boolean value:

    if ( /^[a-z]{3}$/i.test(txt1) ) {}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for an open source dictionary, The user in my application enter
I am looking for a way to allow a user on my web site
I am looking for a solution for user use the browser's back button to
I am looking to build an application where the user will have the ability
I am looking for information concerning a proven process to interrogate the current user's
I am looking at some sort of existing filter which can sanitize the user
I am looking for scalable way to do the following: User login Fetch all
I am looking for a tutorial how to create my own user interface(like using
What I am looking to do is if a user complete a form it
I am a long-time Mac user looking to gain a decent understanding of Windows.

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.