Skip to main content

index-of

functionv1.8

clojure.string/index-of

Available in:BBCLJCLJS
(index-of [s value] [s value from-index])
Return index of value (string or char) in s, optionally searching forward from from-index. Return nil if value not found.

No examples yet. Be the first to add one!