The metacharacter sequence [artz] matches any single 'a' , 'r' , 't' , or 'z' character. In the example, the regex ba[artz] matches both 'bar' and 'baz' (and ...
確定! 回上一頁