In the regular expression /[A-Z]/ , the dash character - is used to create a range of matches from A to Z . If the dash character is escaped ( ...
確定! 回上一頁