ClojureDocs

导航

命名空间

last-index-of

clojure.string

1.8 起可用
  • (last-index-of s value)
  • (last-index-of 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.