We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be pretty cool to have a "global" replace that doesn't stop on the first instance of the matched pattern, similar to how sed has the g flag.
sed
g
For example Go Snaps depends on this library, and it would make it a lot more usable to replace all ids in a json with a placeholder
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be pretty cool to have a "global" replace that doesn't stop on the first instance of the matched pattern, similar to how
sed
has theg
flag.For example Go Snaps depends on this library, and it would make it a lot more usable to replace all ids in a json with a placeholder
The text was updated successfully, but these errors were encountered: