Next: , Previous: , Up: Common Scheme Functions   [Contents][Index]


3.5.51 string-starts-eqv? - caseless string start

Usage: (=* text match)
string-starts-eqv?: Test to see if a string starts with an equivalent string.

Arguments:
text - text to test for pattern
match - pattern/substring to search for