ClojureDocs

Nav

Namespaces

index-of

clojure.string

Available since 1.8
  • (index-of s value)
  • (index-of 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.