Skip to content

Commit 4b135cc

Browse files
committed
feature/add-trim-function : add trim function
1 parent ecb4f09 commit 4b135cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/StringExpressionLanguageProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public function getFunctions(): array
1111
{
1212
return [
1313
ExpressionFunction::fromPhp('sprintf', 'format'),
14+
ExpressionFunction::fromPhp('trim', 'trim'),
1415
new FileName('fileName')
1516
];
1617
}

0 commit comments

Comments
 (0)