Showing posts with label pattern matching. Show all posts
Showing posts with label pattern matching. Show all posts

Monday, June 24, 2013

Java - escaping the pipe character

Use double backslash (\\)

Ex. string.split("\\|");