string:prev
builtin-function
(string:prev str)
Returns the string that preceeds str.
str
make-html > (.prev "abc") it: "abb" make-html > (.prev "ab0") it: "aa9"
string:next