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


3.5.52 string-starts-with? - string starting

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