How do you escape special characters in a Java regular expression?
By using the backslash (\)
By using double backslash (\\)
By using a Matcher object
By using parentheses ()
This question is part of this quiz :
Java Regex Basics and Pattern Matching