Function String-Starts-With

Part of:

package metabang.utilities
( string-starts-with < string > < prefix > &key < test > )

Returns true if string starts with prefix.

Use the keyword argument test (which defaults to char=) to check
each character.