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

Proposal: Support replacing regular expressions #123

Closed
wants to merge 2 commits into from

Conversation

JanGorman
Copy link

@JanGorman JanGorman commented Jan 9, 2020

This is a proposal to add support for replacing regular expressions instead of just substrings. I've added this to the regular replace function. This would require you to wrap your regular expression in /{regex goes here}/.
A more explicit alternative would be of course to support a new replaceRegex:"{regex}","{replacement}" syntax on top of the current replace.

What are your thoughts?

@AliSoftware AliSoftware changed the base branch from master to stable June 10, 2020 23:02
@djbe djbe added this to the Next Minor milestone Jul 21, 2022
@djbe
Copy link
Member

djbe commented Jul 21, 2022

Replaced by #155

@djbe djbe closed this Jul 21, 2022
@djbe djbe modified the milestones: Next Minor, 2.9.0 Jul 21, 2022
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

Successfully merging this pull request may close these issues.

2 participants