Skip to content

Added REGEXP_REPLACE to Mysql.#406

Open
enboig wants to merge 2 commits into
beberlei:masterfrom
enboig:master
Open

Added REGEXP_REPLACE to Mysql.#406
enboig wants to merge 2 commits into
beberlei:masterfrom
enboig:master

Conversation

@enboig
Copy link
Copy Markdown

@enboig enboig commented May 24, 2023

It already existed for Postgresql

@Chris53897
Copy link
Copy Markdown
Contributor

@enboig
Copy link
Copy Markdown
Author

enboig commented Jun 16, 2023

I cherrypicked your commit, now test is in.

@tausa17
Copy link
Copy Markdown

tausa17 commented Feb 23, 2024

@enboig

Hello. Any update on this?

@enboig
Copy link
Copy Markdown
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
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🤔

Copy link
Copy Markdown
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.

6 participants