First off I just wanted to say that I hit enter instead of tab, by mistake.
My question is I'm wanting to escape the ( character.
I'm wanting to test to see if a string (called value) starts with "(
so this is what I have that doesn't work
if(value.startsWith("\"\(")
//Do stuff
Looks pretty bad to me.
Any help would be appreciated
Thanks
Chad
