Skip to content

Commit 2fef3d8

Browse files
committed
doc
1 parent df58556 commit 2fef3d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/doc/core.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,11 @@
365365
"syntax": "uuid",
366366
"description": "Generates a UUID - a random string with a very low probability of being repeated. This is usually enough to ensure global uniqueness for most projects.%0a%0aIn some cases it may be easier to use a value composed of some local feature plus a timestamp, for example%0a%0a~m:MyEmailAddress cat now~%0a%0awhich combines the user~sq~s email address with the current time, guaranteeing a new unique value every second (assuming only one person has the use of that email address). If the rules are kept to, these values are globally unique.",
367367
"examples": "put uuid into Key"
368+
},
369+
"reverse": {
370+
"syntax": "reverse {value}",
371+
"description": "Reverses the given string.",
372+
"examples": "reverse `The quick brown fox jumps over the lazy dog`"
368373
}
369374
},
370375
"conditions": {

0 commit comments

Comments
 (0)