class Program01 { public static void main(String args[]) { String dirPath = "info\\priv"; System.out.println(dirPath.matches("info\\\\priv")); } }