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


3.5.49 string-start-eqv-match? - caseless regex start

Usage: (~* text match)
string-start-eqv-match?: Test to see if a string starts with a pattern. Case is not significant.

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