File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 (? (* (constant :last-contact ) :last-contact )))
1313 ,contact/build-contact )
1414 :name (* " # " (? (some :d )) (replace (capture (some (if-not " \n " 1 ))) ,string/trim ) " \n " )
15- :detail (+ :category :birthday :other-detail )
16- :category (* " - Category: " (constant :category ) (capture (+ " A" " a" " B" " b" " C" " c" " D" " d" )) " \n " )
17- :birthday (* " - Birthday: " (constant :birthday ) (capture (* :d :d " -" :d :d )) " \n " )
18- :other-detail (* " - " (some (if-not " :" 1 )) " : " (some (if-not " \n " 1 )) " \n " )
15+ :detail
16+ {:main (+ :category :birthday :other-detail )
17+ :category (* " - Category: " (constant :category ) (capture (+ " A" " a" " B" " b" " C" " c" " D" " d" )) " \n " )
18+ :birthday (* " - Birthday: " (constant :birthday ) (capture (* :d :d " -" :d :d )) " \n " )
19+ :other-detail (* " - " (some (if-not " :" 1 )) " : " (some (if-not " \n " 1 )) " \n " )}
1920 :last-contact (* " ## " (replace :date ,d/parse ))
2021 :date (capture (* :d :d :d :d " -" :d :d " -" :d :d ))})
2122
You can’t perform that action at this time.
0 commit comments