sorry if this is duplicate or something but i was unable to find solution in c# for my problem. I have c# string that lookl like this:
string aa = "First Example (first to delete) , Second example ( Second to delete ) , Thrird Example ( Third to delete )"
From this string I want to delete everything that is inside ( SOME INPUT ) with ( and ).
Problem is that I dont know what this SOME INPUT is. I only know that it is inside ().
Thanks for any help.