Posted by donquixote on December 19, 2009 at 2:08am
1 follower
| Project: | Condition(s) |
| Version: | 6.x-2.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
In my own modules I found it convenient to have an additional wildcard "%" when checking for paths.
The idea is that "*" can be just any sequence of characters, while "%" is any sequence of characters that does not contain a slash "/" symbol.
node/%/edit
vs
admin/*
Of course this can be taken further and further (to the point of using regular expressions or even load callbacks), but in general these two wildcards have been sufficient for my projects.