ClojureDocs

导航

命名空间

subs

clojure.core

自 1.0 起可用 (来源)
  • (subs s start)
  • (subs s start end)
Returns the substring of s beginning at start inclusive, and ending
at end (defaults to length of string), exclusive.