0
votes
votes
1 answers
C# Regex Help
Hello, I have a large string and I need to find all of the matching cases of the string ("First" and "Last" are what I need): [code]class=\"GenericStory_Name\">First Last</a>[/code] I am ...
blah blah blah is here! blah blah » Close
Hello, I have a large string and I need to find all of the matching cases of the string ("First" and "Last" are what I need): [code]class=\"GenericStory_Name\">First Last</a>[/code] I am ...