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

Added REGEXP_REPLACE to Mysql. #406

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

enboig
Copy link

@enboig enboig commented May 24, 2023

It already existed for Postgresql

@Chris53897
Copy link
Contributor

@enboig
Copy link
Author

enboig commented Jun 16, 2023

I cherrypicked your commit, now test is in.

@tausa17
Copy link

tausa17 commented Feb 23, 2024

@enboig

Hello. Any update on this?

@enboig
Copy link
Author

enboig commented Feb 23, 2024

I added a test, I don't know if something is missing to commit it.


/**
* @example SELECT REGEXP_REPLACE(string, search, replace)
* @link https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-POSIX-TABLE
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, I should have looked better when copying the test from postgresql

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.

5 participants