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.
1 parent b8531c7 commit 0116466Copy full SHA for 0116466
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