cfunction src/core/string.c on line 326, column 1 (string/has-prefix? pfx str) Tests whether `str` starts with `pfx`.
(string/has-prefix? "project." "project.janet") # => true