How to split a string delimitted by vertical bar(|)
807603Sep 1 2006 — edited Nov 9 2007Hi
I would like to split a string delimitted by verticl bar using String.split("|") functionality. When I used split functionality for other delimitters like "-" or ":" or ";" it worked perfectly but if I use vertical bar it is splitting all the individual characters in thet string
Is it because verical bar is having some significance in regular expressions
Can some body please shed light on this