---
title: "Functions"
manual: "TypoScript Explained"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3tsref:functions@main"
source: "Functions/Index.rst"
modified: "2026-09-15T19:22:01+00:00"
---

# Functions

Sometimes a data type is defined as having a modifier. This is typically a function
that can be used additionally.

The complex data type [TEXT](https://docs.typo3.org/permalink/t3tsref:cobj-text@main) has a property "value"
which is defined as having a simple data type "string" with the optional
type modifier "stdWrap".

The data type would then be written as
"[string](https://docs.typo3.org/permalink/t3tsref:data-type-string@main) /[stdWrap](https://docs.typo3.org/permalink/t3tsref:stdwrap@main)".

The following functions are defined in TypoScript:

-   [cache](https://docs.typo3.org/permalink/t3tsref:cache-1@main)
-   [Calc](https://docs.typo3.org/permalink/t3tsref:calc@main)
-   [Data / getText](https://docs.typo3.org/permalink/t3tsref:data-gettext@main)
-   [encapsLines](https://docs.typo3.org/permalink/t3tsref:encapslines-1@main)
-   [getEnv](https://docs.typo3.org/permalink/t3tsref:getenv-1@main)
-   [HTMLparser](https://docs.typo3.org/permalink/t3tsref:htmlparser-1@main)
-   [HTMLparser_tags](https://docs.typo3.org/permalink/t3tsref:htmlparser-tags-1@main)
-   [if](https://docs.typo3.org/permalink/t3tsref:if-1@main)
-   [imageLinkWrap](https://docs.typo3.org/permalink/t3tsref:imagelinkwrap-1@main)
-   [imgResource](https://docs.typo3.org/permalink/t3tsref:imgresource-1@main)
-   [makelinks](https://docs.typo3.org/permalink/t3tsref:makelinks-1@main)
-   [numberFormat](https://docs.typo3.org/permalink/t3tsref:numberformat-1@main)
-   [numRows](https://docs.typo3.org/permalink/t3tsref:numrows-1@main)
-   [optionSplit](https://docs.typo3.org/permalink/t3tsref:optionsplit-1@main)
-   [parseFunc](https://docs.typo3.org/permalink/t3tsref:parsefunc-1@main)
-   [replacement](https://docs.typo3.org/permalink/t3tsref:replacement-1@main)
-   [round](https://docs.typo3.org/permalink/t3tsref:round-1@main)
-   [select](https://docs.typo3.org/permalink/t3tsref:select-1@main)
-   [split](https://docs.typo3.org/permalink/t3tsref:split-1@main)
-   [stdWrap](https://docs.typo3.org/permalink/t3tsref:stdwrap-1@main)
-   [strPad](https://docs.typo3.org/permalink/t3tsref:strpad-1@main)
-   [tags](https://docs.typo3.org/permalink/t3tsref:tags-1@main)
-   [typolink](https://docs.typo3.org/permalink/t3tsref:typolink-1@main)
-   [Wrap](https://docs.typo3.org/permalink/t3tsref:wrap@main)
