4
The ``string_functions`` plugin provides these :doc:`/functions/overview`:
8
* :ref:`format-function`
10
* :ref:`quote-function`
12
* :ref:`regex-function`
14
.. _string_functions_loading:
19
This plugin is loaded by default. To stop the plugin from loading by
20
default, start :program:`drizzled` with::
22
--plugin-remove=string_functions
24
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
26
.. _string_functions_authors:
33
.. _string_functions_version:
38
This documentation applies to **string_functions 1.0**.
40
To see which version of the plugin a Drizzle server is running, execute:
44
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='string_functions'