[ Version ( since = "0.3" ) ] publicclassRegexRoute : Route
Route based on GLib.Regex.
The providen regular expression pattern will be extracted, scoped, anchored and optimized. This means you must not anchor the regex
yourself with '^' and '$' characters and providing a pre-optimized GLib.Regex is useless.
Like for the rules, the regular expression starts matching after the scopes and the leading '/' character.