* Add support for [REGEXP_LIKE](https://dev.mysql.com/doc/refman/8.0/en/regexp.html#function_regexp-like) / update existing `REGEXP` to allow for optional argument. * Also see https://github.com/beberlei/DoctrineExtensions/pull/363 --- **Edit** As `REGEXP` and `RLIKE` are synonyms for `REGEXP_LIKE` [^1], not sure if this should be a new class or update existing `REGEXP`. [^1]: https://dev.mysql.com/doc/refman/8.0/en/regexp.html#regexp-operator-descriptions
REGEXPto allow for optional argument.Edit
As
REGEXPandRLIKEare synonyms forREGEXP_LIKE1, not sure if this should be a new class or update existingREGEXP.Footnotes
https://dev.mysql.com/doc/refman/8.0/en/regexp.html#regexp-operator-descriptions ↩