M
Matt
I'm trying to write something of a search pattern using RegEx in VB.NET.
Reading through the documentation, I'm not able to put the puzzle together.
Any help would be appreciated.
I'm expecting users to search for something like
*Apple* -CApple
wherein I want all strings that has apple in it, but not CApple. (Search is
not Case-Sensitive). TIA
Regards,
Matt
Reading through the documentation, I'm not able to put the puzzle together.
Any help would be appreciated.
I'm expecting users to search for something like
*Apple* -CApple
wherein I want all strings that has apple in it, but not CApple. (Search is
not Case-Sensitive). TIA
Regards,
Matt