CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: foxc

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,341

    Re: Regex except words

    I have a few string's like this in string's array:

    AT52156123156
    AT5643215231
    5632156AT564
    2315655153AT
    NL648312315
    6513N21L56NL
    34N534AFVNL
  2. Replies
    5
    Views
    1,341

    Regex except words

    Hello,
    I have a problem with Regex in c# pattern.
    I want to except set of chars(words) from searching in text. This syntax [^abc] i delete each a, b and c from my search but not a whole word "abc"....
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured