Is it possible to register a route for /pages/*url
but not for /pages/*url/edit/
where URL can be something like this foo/bar/and-so-on
?
相关问题
- Backbone.js PushState routes .htaccess only workin
- Improve converting string to readable urls
- Regex to match charset
- Regex subsequence matching
- Accommodate two types of quotes in a regex
相关文章
- Optimization techniques for backtracking regex imp
- Regex to check for new line
- Allow only 2 decimal points entry to a textbox usi
- Comparing speed of non-matching regexp
- Regular expression to get URL in string swift with
- Get all models in backbone collection where attrib
- 请问如何删除之前和之后的非字母中文单字
- Lazy (ungreedy) matching multiple groups using reg
router.route supports using a regex natively.