the ES pattern /"some\doslike\path"/ would match some\doslike\path because everything between double quotes is escaped. However with Java ...
確定! 回上一頁