RegexPathMatcher constructor

RegexPathMatcher(
  1. RegExp _regex
)

Creates a RegexPathMatcher with the specified regex pattern.

Implementation

RegexPathMatcher(this._regex);