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

Replace patterns with $ don't work #35

Closed
DanielSWolf opened this issue Sep 25, 2020 · 1 comment
Closed

Replace patterns with $ don't work #35

DanielSWolf opened this issue Sep 25, 2020 · 1 comment

Comments

@DanielSWolf
Copy link

string.replace allows patterns like '$1' in the to string to refer to capture groups. These patterns don't work in this library. Instead, the literal string '$1' is inserted.

@wj42ftns
Copy link
Owner

After this commit it should work:
a9cd4b1
You can use v3.0.0 with this fix.

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

2 participants