Hi Everyone,

It's been a while since I've been here. Glad to be back though!

I have a quick question for someone knowledgable in Java (using 1.4.2_07):

I need to escape the "<" and ">" characters in a regex (more specifically, String.replaceAll() method), and I've tried everything from hex codes for the ascii values to escaping them with "\\>" and "\\<", but I still get an exception. I'm dyin here! Any ideas anyone??

Thanks
-ik