string-has-prefix

Name

string-has-prefix -- Return #t iff STRING starts with PREFIX.

Synopsis

(string-has-prefix string prefix)

Description

Return #t iff STRING starts with PREFIX.

Implementation Notes

Module: (app scwm stringops)

Defined in scheme/stringops.scm at line 109 (CVS log)