Skip to content

Commit 919845d

Browse files
committed
expression plugin: add some more useful functions
1 parent b5a3193 commit 919845d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

countess/plugins/expression.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"lower",
4646
"upper",
4747
"regexp_matches",
48+
"reverse",
49+
"translate",
50+
"trim",
4851
}
4952
CASTOPS = {
5053
"int": "integer",

0 commit comments

Comments
 (0)