What is the regular expression for matching \'(\' in a string?
Following is the scenario :
I have a string
str = \"abc(efg)\";
For any special characters you should use '\'. So, for matching parentheses - /\(/