Skip to main content

last-index-of

functionv1.8

clojure.string/last-index-of

Available in:BBCLJCLJS
(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.

No examples yet. Be the first to add one!