Clojure's string function in TypeScript


We have 16 Clojure functions so far - help us add more

Got a rainy Sunday afternoon and a taste for a porting puzzle?

  • Get inspiration from ClojureDocs.
  • Click "New file" in the appropriate folder on GitHub. This will fork the project to your account, directly add the file to it, and send a Pull Request to us.

We will then review it. If it's useful to the project and in line with our contributing guidelines your work will become part of Locutus and you'll be automatically credited in the authors section accordingly.

Upstream Surface Inventory 5/21 shipped • 16 next 24%

Namespace-level inventory for Clojure 1.12: what we already ship, what we may still want, and what we intentionally skip or keep.

clojure.string

Clojure 1.12 · Catalog source: version-pinned source manifest clojure:temurin-21-tools-deps

24% shipped
5/21 shipped 16 next
Shipped (5)

Next

clojure.string helpers are strong plain-value portability targets.

  • capitalize
  • ends-with?
  • escape
  • includes?
  • index-of
  • join
  • last-index-of
  • re-quote-replacement
  • replace
  • replace-first
  • split
  • split-lines
  • starts-with?
  • trim-newline
  • triml
  • trimr

« More Clojure functions