justinfagnani / route

A client + server routing library for Dart
BSD 3-Clause "New" or "Revised" License
114 stars 40 forks source link

Escape special regex characters outside of groups #4

Closed justinfagnani closed 11 years ago

justinfagnani commented 11 years ago

This enforces that all characters outside of groups are literals, necessary for preserving agreement between parse() and reverse().