Re: How to escape a square bracker (regex)
Posted By:
WarnerJan_Veldhuis
Posted On:
Monday, November 6, 2006 05:21 AM
You need to escape the [ in RegEx, so you would get [, but in a String [ is invalid, so you need to escape the escape :). So it would become \[