Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing extra dashes #90

Open
mariarosalesGL opened this issue Sep 19, 2018 · 0 comments
Open

Removing extra dashes #90

mariarosalesGL opened this issue Sep 19, 2018 · 0 comments

Comments

@mariarosalesGL
Copy link

mariarosalesGL commented Sep 19, 2018

I'm using something like this
r301 %r{(.*)/(/+)(.*)}, '$1$2$3'
And let's use this example
http://localhost:3000//something
according to that regex I'll have

[0]: http://localhost:3000//something
[1]: http://localhost:3000
[2]: /
[3]: something

so If I took $1$2$3 should work.. but it doesn't is still the same without the re-wrtite, let me know what's wrong or how to deal with this situation
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant