Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Searching for Special Characters

Status
Not open for further replies.

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
 
Backslash them \( \) or use them in a character class [()].
Would need more details to get more specific.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top