RegExpPatternEvaluator constructor

RegExpPatternEvaluator(
  1. RegExp regExp
)

Constructs an instance of the class. The argument regExp must not be null.

Implementation

RegExpPatternEvaluator(this.regExp);