Skip to content

Commit d9031f4

Browse files
committed
Added a strtoupper expression function
1 parent c56fb10 commit d9031f4

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
@@ -15,6 +15,7 @@ public function getFunctions(): array
1515
ExpressionFunction::fromPhp('ucfirst'),
1616
ExpressionFunction::fromPhp('strtolower'),
1717
ExpressionFunction::fromPhp('substr'),
18+
ExpressionFunction::fromPhp('strtoupper'),
1819
new FileName('fileName'),
1920
new DateTime('dateTime'),
2021
new FormatDate('formatDate'),

0 commit comments

Comments
 (0)