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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:54:15+00:00 2026-05-29T07:54:15+00:00

I am trying to build a regular expression that does matches only string2 below.

  • 0

I am trying to build a regular expression that does matches only string2 below.

string 1: (ABC12: CPBI, OTCBB:CPBI)

string 2: (ABC12: CPBI OTCF CPBI)

Following is my C# code

private static Regex rxSymbol = new Regex(@"(?<=:)[&/\w -]+\s*(?=\))", RegexOptions.Compiled | RegexOptions.IgnoreCase | RegexOptions.IgnorePatternWhitespace ); 

rxSymbol.IsMatch(ticker) 

isMatch statement is returning true for string1. When I tried to get the exact match using rxSymbol.Match(ticker), this is matching ‘CPBI’.

I tested this Regex in RegexHero before using in my code. It works correctly in regex Hero.

Can someone help me figure out what is wrong with my regular expression.

Update:

I realized what the problem is:
I want the Regex to return true only if the text between the first : and the first ) matches this pattern: /[&/\w -]+\s*/

In my example string (ABC12: CPBI, OTCBB:CPAA) there are two : and the regex is matching the text between 2nd : and )

How to modify this regex to enforce my requirement.

  • 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-29T07:54:16+00:00Added an answer on May 29, 2026 at 7:54 am

    This seems to do the trick

    (?<=\(\w+:)(\s*\w+)+(?=\))
    

    I specified the first part (ABC12: with \(\w+:. I also replaced the middle part with the more specific one (\s*\w+)+.

    Note also that within square brackets [ ], the special characters lose their meaning. Each character is taken as is.

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

Sidebar

Related Questions

I'm trying to build a regular expression that matches regular expressions between two forward
I am trying to build a regular expression in javascript that checks for 3
I'm trying to build a regular expression that will catch one of three patterns
I'm trying to evaluate a test string against a regular expression I build from
I'm trying to build a regular expression that will detect any character that Windows
I am trying to build a regular expression to extract the text inside the
I'm trying to build a Java regular expression to match .jar! The catch is
My Questions is Is there any regular expression engine that does Just-In-Time compiling during
I'm trying to create regular expression that filters from the following partial text: amd64
I am trying to create a regular expression that would easily replace an input

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.