(last-index-of [s value] [s value from-index])Return last index of value (string or char) in s, optionally
searching backward from from-index. Return nil if value not found.
Examples
No examples yet. Be the first to add one!
(last-index-of [s value] [s value from-index])No examples yet. Be the first to add one!