In short, to match a literal backslash, one has to write '\\\\' as the RE string, because the regular expression must be \\ , and each backslash must be ...
確定! 回上一頁