Tags: stringparser/parth
Tags
Groups without parameters - Added support for paths that contain groups but no label, i.e. (get|post) - For paths above, when using parth.match the parameter will be at params[index] being index an integer starting at 0 - Avoid mutation of children paths by parsing again for already defined paths, returning the parsed regex instead of its stored value- For paths with the same number of regexs order them using String.prototype.localeCompare
PreviousNext