Next: string-substitute - multiple global replacements, Previous: string-starts-eqv? - caseless string start, Up: Common Scheme Functions [Contents][Index]
Usage: (==* text match) string-starts-with?: Test to see if a string starts with a substring.
Arguments: text - text to test for pattern match - pattern/substring to search for