Result Method Description b = m.matches() True if pattern matches entire subject string. b = m.lookingAt() True if pattern matches starting at first char. s = m.group() String which was matched.
確定! 回上一頁