I\'m trying to understand Pattern.quote using the following code:
Pattern.quote
String pattern = Pattern.quote("1252343% 8 567 hdfg gf^$545"); System
This method used to make the pattern treated as a sequence of literal characters. This has the same effect as a PATTERN.LITERAL flag.
PATTERN
LITERAL