正規表達式(Regular Expression),是一種用來描述字串 符合某個語法規則 的 ... str.match(/^Ruby/) // null // $ 表示pattern 必須在字串的結尾 ...
確定! 回上一頁