Next: string-starts-eqv? - caseless string start, Previous: string-start-eqv-match? - caseless regex start, Up: Common Scheme Functions [Contents][Index]
Usage: (~~* text match) string-start-match?: Test to see if a string starts with a pattern. Case is significant.
Arguments: text - text to test for pattern match - pattern/substring to search for