You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for me, using the XRegExp library as a general solution for the matching is not suitable for the router which targeted to be fast. On first sight the better solution is to provide interface to setup custom matching functions – then you can use whatever you want to match routes.
add % to regexp and decode values by decodeURIComponent, due to request to /ěšč/řžý/áí should be replaced to /%C4%9B%C5%A1%C4%8D/%C5%99%C5%BE%C3%BD/%C3%A1%C3%AD%C3%A9.
Hello!
international letter chars are not supported -
Using xregexp library (its unicode support - http://xregexp.com/plugins/#unicode) seems to be possible workaround.
The text was updated successfully, but these errors were encountered: