![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
Match option flags, can be combined using bitwise OR.
Match option flags, can be combined using bitwise OR.
Murl.Util.MATCH_DEFAULT | Default matching * ? [0-z] . |
Murl.Util.MATCH_NOESCAPE | Disable backslash escaping. |
Murl.Util.MATCH_PATHNAME | Slash must be matched by slash. |
Murl.Util.MATCH_PERIOD | Period must be matched by period. |
Murl.Util.MATCH_CASEFOLD | Pattern is matched case-insensitive. |
Murl.Util.MATCH_LEADING_DIR | Ignore / tail after match. |