cfunction (peg/find peg text &opt start & args) Find first index where the peg matches in text. Returns an integer, or nil if not found.
(peg/find ':d "Battery temperature: 40 °C") # => 21 index of the first number