Fluid
Fluid copied to clipboard
f:length ViewHelper
A new <f:length> ViewHelper should be added to Fluid, which calculates the length of a string.
Arguments:
- string $value
See also the php mb_strlen() function.
Examples:
<f:variable name="length" value="{f:length(value: 'my string')}" />
<f:variable name="length" value="{myVariable -> f:length()}" />