You can escape parenthesis in grep by standard adding \.
But i want to escape parenthesis in egrep which uses \( as a grouping mechanism like sed.
I want to write egrep expression to parse the following:
log_message(_sanitize("my string"));