We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d678685 commit 45332c2Copy full SHA for 45332c2
src/StringExpressionLanguageProvider.php
@@ -25,6 +25,7 @@ public function getFunctions(): array
25
ExpressionFunction::fromPhp('json_decode', 'decode'),
26
ExpressionFunction::fromPhp('preg_replace', 'replaceByExpression'),
27
ExpressionFunction::fromPhp('ucwords', 'capitalizeWords'),
28
+ ExpressionFunction::fromPhp('rtrim', 'removeWhitespaces'),
29
new FileName('fileName'),
30
new DateTime('dateTime'),
31
new FormatDate('formatDate'),
0 commit comments