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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:18:48+00:00 2026-05-15T23:18:48+00:00

I knew that we have something like this in the regular expression syntax world.

  • 0

I knew that we have something like this in the regular expression syntax world.

*The syntax is {min,max}, where min is a positive integer number indicating the minimum number of matches, and max is an integer equal to or greater than min indicating the maximum number of matches.

So {0,} is the same as *, and {1,} is the same as +*.

http://www.regular-expressions.info/repeat.html


But how can I use it in SQL Server Management Studio or Visual Studio’s “Find and Replace” window. I only find related Microsoft syntax in MSDN. Like:

[0-9]^4 matches any 4-digit sequence.

  • 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-15T23:18:48+00:00Added an answer on May 15, 2026 at 11:18 pm

    The Visual Studio regex implementation (in versions up until Visual Studio 2010) is a fairly nonstandard one to say the least, and it doesn’t have this feature. You can only spell it out:

    * or @: Match zero or more of the preceding expression

    + or #: Match one or more of the preceding expression

    ^n: Match exactly n repetitions of the preceding expression

    So for A{2,4} you’d have to use A^4|A^3|A^2 (see polygenelubricant’s comment for an explanation why you need to do it in descending order).

    More recent versions of Visual Studio support the entire set of .NET regexes.

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

Sidebar

Related Questions

I have this .htaccess file domain.com/modules/mymodule/.htaccess can this htaccess file handle urls like domain.com/something
When I wanted to get Android source code, I knew that I have to
I have a problem that I thought I knew how I can fix, but
In Eclipse 3.5, say I have a package structure like this: tom.package1 tom.package1.packageA tom.package1.packageB
I have seen something like the following a couple times... and I hate it.
I have a set of 2 or more objects that I'd like to order.
I've got a database that looks like this: ID Name ParentID 1 1 0
I wonder why something like this wouldn't work (actually doesn't work): 4.php : <php
Until recently, I posted Python code (whitespace matters) to blogspot.com using something like this:
facebook has the facebook credit and I knew that they are testing on pay

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.