You can extract the following info from a RegexMatch object: the entire substring matched: m.match; the captured substrings as an array of strings: m.captures ...
確定! 回上一頁