string-ci-has-prefix

Name

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

Synopsis

(string-ci-has-prefix string prefix)

Description

Return #t iff STRING starts with PREFIX ignoring case.

Implementation Notes

Module:

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