| ArrayCheckViewHelper | Offers different php-known array check operations. |
| ArrayExplodeViewHelper | Explodes a string by a given delimiter. |
| ArrayImplodeViewHelper | Implodes array members to string, optionally calls function on members before imploding. |
| ObjectAccessViewHelper | Allows accessing an array's value by its key or object's property or method by its name in order to achieve a "dynamic" path in Fluid, kind of {fooarray.{dynamic}}, which is not possible yet, can be replaced with {my:objectAccess(haystack: fooarray, needle: key)}. |
| StrReplaceViewHelper | Replace all occurrences of the search string with the replacement string. |
| StrtolowerViewHelper | Formats string with all alphabetic characters converted to lowercase. |
| StrtoupperViewHelper | Formats a number with custom precision, decimal point and grouped thousands. |