Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8531c7 + 0116466 commit 1b3754aCopy full SHA for 1b3754a
01_primitive-data/1-11_inflecting-strings.asciidoc
@@ -89,7 +89,7 @@ The library also has support for inflections like +camelize+,(((camel case)))(((
89
[source,clojure]
90
----
91
;; Convert "snake_case" to "CamelCase"
92
-(inf/camelize "my_object")
+(inf/camel-case "my_object")
93
;; -> "MyObject"
94
95
;; Clean strings for usage as URL parameters
0 commit comments