match method

Match match(
  1. String regex
)

Implementation

Match match(String regex) => Match(this, regex);