cfunction (peg/find-all peg text &opt start & args) Find all indexes where the peg matches in text. Returns an array of integers.
(peg/find-all ':d "hi 1 bye 2") # => @[3 9]