#Backslash

1 post tagged with Backslash.

Java and pattern matching
Sep 15, 20061 min read

Java and pattern matching

I had a very simple requirement. I had to escape certain characters in a string using a backslash. Backslash is a very tricky character. Escaping involves preceding the character to be escaped with...