Closed joao-conde closed 3 years ago
@joamag Evaluate the format of the open issue please, I can include more information if need be. Also, I can't add the proper labels or assignees.
that's expected for that you need to use the regex()
version instead of the str
one which only supports basic Latin characters
Description
Appier routes like this:
work as expected and match with an URL such as:
However, they do not match the following two:
It seems spaces and parenthesis are not supported. The resources are encoded by the likes of a method like JavaScripts'
encodeURIComponent
and are valid URL syntax, so they should be supported.