Question: solve fast IN C# ONLY PLEASE Given the following, String lineOfText = hello my name is (Rodriguez, Jake) and I am going to my friend((Johnson,

solve fast
IN C\# ONLY PLEASE Given the following, String lineOfText = "hello my name is (Rodriguez, Jake) and I am going to my friend((Johnson, Kyle))today"; Use regular expressions to extract the string and display all name (i.e. Anything in the format " (Johnson, Kyle)" exactly like this) of the given string. Display all names in the string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
