Reputation: 7142
I have a string that can contain any number of any type of characters. I'm looking to use regex to extract patterns and put them into a String that I can later manipulate.
Ex: I want regex to extract all 3 digit sequences. So if I have a string that says "Easy as 123" I would get "123" from it.
BTW This is for C#.net and VB.net
Thanks a lot.
Upvotes: 0
Views: 228