regExp static method

RegExpMatcher regExp(
  1. RegExp regExp
)

regExp matches value by utilizing RegExp through building it via RegExp typed regular expression.

Implementation

static RegExpMatcher regExp(RegExp regExp) => RegExpMatcher(regExp: regExp);