string:next
builtin-function
(string:next str)
Returns the string that succeeds str.
str
make-html > (.next "abc") it: "abd" make-html > (.next "abz") it: "aca"
string:prev