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

feat: add regex.replace(s, p, v) to builtin #5179

Merged
merged 2 commits into from
Sep 27, 2022

Commits on Sep 27, 2022

  1. feat: add regex.replace(s, p, v) to builtin

    Signed-off-by: boranx <boran.seref@gmail.com>
    boranx authored and anderseknert committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    e98084a View commit details
    Browse the repository at this point in the history
  2. feat: add regex.replace(s, p, v): add more tests to cover exceptions …

    …and migrate to RegisterBuiltinFunc
    
    Signed-off-by: boranx <boran.seref@gmail.com>
    boranx authored and anderseknert committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    8ce699c View commit details
    Browse the repository at this point in the history