RegexPathMatcher constructor
RegexPathMatcher(
- RegExp _regex
Creates a RegexPathMatcher with the specified regex
pattern.
Implementation
RegexPathMatcher(this._regex);
Creates a RegexPathMatcher with the specified regex
pattern.
RegexPathMatcher(this._regex);