Skip to content

Support regex_replace #47

Open
@adamziel

Description

@adamziel

Torsten Landsiedel said:

I would like to know if regexp_replace would be available in Playground
Fixing the native search is my use:
https://wordpress.org/plugins/ignore-block-name-in-search/
But Regex_Replace is only available since MySQL 8.0.4+ and MariaDB 10.0.5+ and my check prevents the activation in Playground.

Let's support regex_replace.

Technically, that could be another custom function registered here:

$pdo->sqliteCreateFunction( $f, array( $this, $t ) );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions