regexparam icon indicating copy to clipboard operation
regexparam copied to clipboard

Routes with trailing slashes should be parsed as different to routes without

Open aral opened this issue 1 year ago • 0 comments

Please see https://github.com/lukeed/trouter/issues/25

The issue stems from \/? being matched at the end of all patterns in regexparam: https://github.com/aral/regexparam/blob/master/src/index.js#L28

aral avatar Jul 05 '24 14:07 aral