baobab-router icon indicating copy to clipboard operation
baobab-router copied to clipboard

Improve hash management

Open jacomyal opened this issue 9 years ago • 0 comments

Currently, the hashes are split on slashes, and rebuilt by joining the elements with slashes. It would be better to treat the hashes only with RegExps to extract the dynamic attributes. This solution would be way less restrictive.

jacomyal avatar Feb 24 '15 18:02 jacomyal