mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-28 18:51:55 +00:00
Add support for PHP function strpos
in expressions
Signed-off-by: Lompi <lompi91+github_com@gmail.com>
This commit is contained in:
@@ -60,6 +60,7 @@ class ActionExpressionLanguageProvider implements ExpressionFunctionProviderInte
|
||||
|
||||
ExpressionFunction::fromPhp('substr'),
|
||||
ExpressionFunction::fromPhp('strlen'),
|
||||
ExpressionFunction::fromPhp('strpos'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user