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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T14:18:12+00:00 2026-06-11T14:18:12+00:00

I need to validate passwords in Ruby, with the requirement that they must contain

  • 0

I need to validate passwords in Ruby, with the requirement that they must contain at least one letter (/[a-z]{1,}/) and one number (/\d{1,}/). But these can occur in any order within the string. Can I do this in a single regexp?

'aa' => should not match
'99' => should not match
'a9' => should match
'9a' => should match

These don’t work:

'9a' =~ /[a-b]{1,}\d{1,}/  <= no match
'a' =~ /[a-b]{1,}|\d{1,}/  <= match

Unfortunately I can’t find something like a & (AND) operator corresponding to the | (OR) operator Is there a way to do this?

  • 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-11T14:18:13+00:00Added an answer on June 11, 2026 at 2:18 pm

    You can do it like this:

    /(?=.*[a-z])(?=.*\d)/
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to validate a phone number in javascript. The requirements are: they should
I need a regex to validate passwords with the following specs: It must be
I need to validate a byte[] in my model as Required but whenever I
I need to validate a user's screen name to make sure that it can
I need to validate the membership card number of a table to be unique
I need to validate a basic authorization header that is being sent to my
I need to validate that user provided data for oracle account information is correct.
I read that you do not need to validate or sanitize user's input if
I stuck here need help Ruby on rails I have one Pop-up for login
I am trying to validate National Identity Card Number in my application. But It

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.