We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a3193 commit 919845dCopy full SHA for 919845d
1 file changed
countess/plugins/expression.py
@@ -45,6 +45,9 @@
45
"lower",
46
"upper",
47
"regexp_matches",
48
+ "reverse",
49
+ "translate",
50
+ "trim",
51
}
52
CASTOPS = {
53
"int": "integer",
0 commit comments