urlRegex property

String? urlRegex
getter/setter pair

URL prefix.

Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.

Implementation

core.String? urlRegex;