Add regexReplace
function
#234
aleclarson
started this conversation in
Ideas
Replies: 1 comment
-
I'm leaning toward this being too niche. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
String.prototype.replace
but the replacer function can return a promise.regexReplace
to follow the current naming convention for async functions (simple and no hinting at asynchronous nature).Potential implementation
Beta Was this translation helpful? Give feedback.
All reactions