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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:37:06+00:00 2026-06-17T09:37:06+00:00

I have a custom regular expression attribute which implements IClientValidate so that I can

  • 0

I have a custom regular expression attribute which implements IClientValidate so that I can use it with unobtrustive validate.

When I run it I get the following error in FireBug

SyntaxError: Invalid quantifier
match = new RegExp(params).exec(value);

It obviously does not like the regular expression that is passed to it, it is valid in C#. I can’t seem to work out what I need to do to get it to be valid in JavaScript.

The regex is

^(?i)([A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]?\s?[0-9][ABD-HJLN-UW-Z]{2})$

  • 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-17T09:37:07+00:00Added an answer on June 17, 2026 at 9:37 am

    The JavaScript regex flavor is extremely limited compared to .NET (C#). One of the many features it doesn’t support is inline modifiers of the form (?i)regex or (?i:regex). However, because you’re using the new RegExp(params) constructor, you should be able to pass the modifier as the second parameter:

    "^[A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]?\s?[0-9][ABD-HJLN-UW-Z]{2}$",
    "i"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom regular expression which I use to detect whole numbers, fractions
I have a String, I wish to use Linq to run a regular expression
I have custom event that has several different subscribers who will all use the
I have custom component that I can place in my layout file (XML) for
I have written my own custom dispatcher that uses regular expressions to map routes,
I have three regular expression validators which targets the same textbox but gives different
I am trying to use regular expression on a custom set of data, it
Currently I have a regular expression that will find all URL's within a block
I have one interesting problem. I must parse mail body (regular expression), get some
Possible Duplicate: How to use a regular expression to validate an email addresses? I

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.