clojure.string in Joker
- Implemented
- 95.2%20 / 21
- Mismatched
- 5
- Missing
- 1
- Dialect-Only
- 5
Metadata Mismatches (5)
Vars present in both Clojure (JVM) and this surface but with differing arglists, :macro flag, or :dynamic flag.
| Var | Difference |
|---|---|
index-of | arglists Clojure (JVM): ([s value] [s value from-index])this surface: ([s value] [s value from]) |
last-index-of | arglists Clojure (JVM): ([s value] [s value from-index])this surface: ([s value] [s value from]) |
replace | arglists Clojure (JVM): ([s match replacement])this surface: ([s match repl]) |
replace-first | arglists Clojure (JVM): ([s match replacement])this surface: ([s match repl]) |
split | arglists Clojure (JVM): ([s re] [s re limit])this surface: ([s sep] [s sep n]) |
Vars Present in Clojure (JVM) but Absent from This Surface (1)
| Var |
|---|
re-quote-replacement |
Vars Present in This Surface but Not in Clojure (JVM) (5)
| Var |
|---|
pad-left |
pad-right |
re-quote |
trim-left |
trim-right |