In formal language theory, a regular expression (a.k.a. regex, regexp, or r.e.), is a string that ... Ruby p = /colou?r/ "The color green" =~ p # returns 4
確定! 回上一頁