.. ******************************************************************************* * MetaFactory.io R2 * Technical Documentation * * File name : EL_FunctionsIndex.rst * Created by : Niels de Nies * * MetaFactory BV Amsterdam ******************************************************************************* .. include:: /inline-images.txt .. _BuiltInFunctions: Built-in Functions ================== **Built-in functions** can be used in code instructions and in snippets. Based on their functionality we distinguish the following built-in function categories: - String functions Functions that manipulate Strings - Metadata functions Functions that check and get metadata from model elements - Miscellaneous All the other functions .. toctree:: :maxdepth: 1 :caption: Code Composer Built-in Functions StringFunctions/EL_StringFunctions MetaDataFunctions/EL_MetaDataFunctionsIndex MiscellaneousFunctions/EL_MiscellaniousFunctions If you as a developer need more functions besides the built-in functions then you can add your own :ref:`custom functions `.