RegexRoute


Object Hierarchy:

Valum.RegexRoute Valum.RegexRoute Valum.RegexRoute Valum.Route Valum.Route Valum.Route->Valum.RegexRoute GLib.Object GLib.Object GLib.Object->Valum.Route

Description:


[ Version ( since = "0.3" ) ]
public class RegexRoute : 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.

All known sub-classes:

Namespace: Valum
Package: valum-0.3

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class Valum.Route