View Single Post
  #4 (permalink)  
Old 11-28-2007, 09:45 PM
leoraja8 leoraja8 is offline
D-Web Sr.Programmer
 
Join Date: May 2007
Posts: 194
leoraja8 is on a distinguished road
Cool Re: How to use Regular expression in Java?

Hmm….

If you want to match '\' then you need to use '\\\\'
Reply With Quote