cfunction (string/has-prefix? pfx str) Tests whether str starts with pfx.
(string/has-prefix? "project." "project.janet") # => true