summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/types.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/types.md b/docs/reference/types.md
index b0ee1bd1..365593f3 100644
--- a/docs/reference/types.md
+++ b/docs/reference/types.md
@@ -689,6 +689,11 @@ string and returns the resulting string.
If given, only the first `count` matches of the pattern are placed.
- returns: string
+### rev()
+Reverses the grapheme clusters and returns the resulting string.
+
+- returns: string
+
### trim()
Removes matches of a pattern from one or both sides of the string, once or
repeatedly and returns the resulting string.