Murl Engine Lua Addon API  Version 1.0 beta
MatchOptions

Match option flags, can be combined using bitwise OR.


Group members

Enumerations


MatchOptions

Match option flags, can be combined using bitwise OR.

Murl.Util.MATCH_DEFAULTDefault matching * ? [0-z].
Murl.Util.MATCH_NOESCAPEDisable backslash escaping.
Murl.Util.MATCH_PATHNAMESlash must be matched by slash.
Murl.Util.MATCH_PERIODPeriod must be matched by period.
Murl.Util.MATCH_CASEFOLDPattern is matched case-insensitive.
Murl.Util.MATCH_LEADING_DIRIgnore / tail after match.