I'm currently learning about the java regex and I'm a bit confused about the escape characters. I have read that the java regex is basically a two steps process, firstly the string parser processes the string and then the regex. So that's the reason why the double backslahes are needed in patterns. I'm currently learning about the java regex and