public function __construct(string $regularExpression) { $this->regularExpression = $regularExpression; }