To match a dot literally, we need to escape it. The escaping is done by “\”. But since the regex patterns are defined using strings, ...
確定! 回上一頁