I have the following string
layout: default title: Envy Labs
What i am trying to do is create map from it
layout->default title->"envy labs"
Is this possible to do using sequence functions or do i have to loop through each line?
Trying to get a regex to work with and failing using.
(apply hash-map (re-split #": " meta-info))