For the following code to evaluate without error - what needs to be added? (def regex '(.*)') (re-seq regex 'Ryan Kelker')

🎲 Try a Random Question  |  Total Questions in Quiz: 93  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Clojure Fundamentals Test — practice the complete quiz, review flashcards, or try a random question.


For the following code to evaluate without error - what needs to be added? (def regex '<a>(.*)</a>') (re-seq regex '<a>Ryan Kelker</a>')