string:right
builtin-function
(string:right str count)
Returns the rightmost count characters of str.
count
str
make-html > (.right "aap" 2) it: "ap" make-html > (.right "aap" 22) it: "aap"