I am using the MariaDB Server Version 5.5 which is under my production server
and in local I am using MariaDB 10.1
Now I am trying to use the REGEXP_REPLACE function in local it's working fine, but when I used to in production server I got REGEXP_REPLACE function not exist Error
Then I came to knew REGEXP_REPLACE function will be support only for MariaDB 10.0.5 and above versions.
Is there any way to reach the REGEXP_REPLACE functionality under the 5.5 version?