Sep 27, 2004 #1 JaySang Technical User Jun 26, 2003 43 CA I'm writing a script to search code for specific details. The code i'm searching uses opening and closing ( ) with code in between. How can I search for these opening and closing characters ? Thanks
I'm writing a script to search code for specific details. The code i'm searching uses opening and closing ( ) with code in between. How can I search for these opening and closing characters ? Thanks
Sep 27, 2004 #2 mikevh Programmer Apr 23, 2001 1,033 US Backslash them \( \) or use them in a character class [()]. Would need more details to get more specific. Upvote 0 Downvote
Backslash them \( \) or use them in a character class [()]. Would need more details to get more specific.