Regular expressions are patterns used to match character ... /ab*c/ : the * after "b" means "0 or more occurrences of the preceding item.
確定! 回上一頁