B
Ben
Hi,
I need to write a regex pattern that goes like this:
All the supplies strings, except a specific string.
So for example if I choose the string to operate on to be "Apple",
the pattern should return match for all strings except "Apple".
I need just the regex pattern, not an implementation in C#.
Thanks,
Ben
I need to write a regex pattern that goes like this:
All the supplies strings, except a specific string.
So for example if I choose the string to operate on to be "Apple",
the pattern should return match for all strings except "Apple".
I need just the regex pattern, not an implementation in C#.
Thanks,
Ben