Skip to main content

index-of

functionv1.7

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 or nil if not found.

No examples yet. Be the first to add one!