ClojureDocs

导航

命名空间

index-of

clojure.string

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.