Use `clojure.edn/read-string` to extract a keyword that is wrapped in a string ```clojure (clojure.edn/read-string ":who-put-me-in-a-string") ``` `keyword` will convert a string to a keyword and add the colon at the start of the name What if keyword is used with a string that contains a keyword