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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:02:34+00:00 2026-05-26T05:02:34+00:00

validates_format_of :order_of_importance, :on => :create, :with => /^[1-3]{3}$/, :message => Order of Importance must

  • 0
validates_format_of            :order_of_importance, :on => :create, :with => /^[1-3]{3}$/,
                             :message => "Order of Importance must have 3 Digits"

Right now I have it validating that the numbers used are either 1, 2, 3, but I want to also make sure that those numbers are not only used, but that each one is used only once.

For example:

Should be working numbers

2 3 1

1 3 2

1 2 3

Should not be working numbers:

1 1 2

2 2 1

3 3 3

  • 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-26T05:02:35+00:00Added an answer on May 26, 2026 at 5:02 am

    Isn’t it easier to check against all 3! valid permutations?

    Edit:

    But to take you up on the challenge:
    (?:1(?!\d*1)|2(?!\d*2)|3(?!\d*3)){3}

    It uses negative lookaheads to make sure numbers are picked only once.

    Edit:

    Checked with rubular.com.

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

Sidebar

Related Questions

For example, if I have a user with an email address that needs validating
I have to make a schema for an XML format that's already being used.
I'm trying to have a list of elements that are allowed in any order.
i have a repeater that is bound to a number of custom dataitems/types on
I'm trying to do a validates_format_of on the latlng object that is passed back
I have an HTML form on my site that submits via Ajax to a
I have a simple little dialog that lets user setup a time block. The
I have a posts model that I use to make blog posts on a
I have a nested model structure that looks like this: resources :users, :path =>
I'm trying to have just one link on my website that links to the

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.