RegExpPatternEvaluator constructor

const RegExpPatternEvaluator(
  1. RegExp regExp
)

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

Implementation

const RegExpPatternEvaluator(this.regExp);