Jhon ABhu

Jhon ABhu

  • NA
  • 57
  • 4.2k

Check special character from string delete upto that character c#

Feb 3 2023 8:08 AM

I have string like below 

IN ('Test 123','12345','163')

NOT IN ('Test 123','12345','163')

want to get like 'Test 123','12345','163' remove those IN and NOT IN and '(' and ')' using c#


Answers (3)