[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.5.37 `string-eqv?' - caseless string match

Usage: (= text match)
string-eqv?: Test to see if two strings are equivalent. `equivalent' means the strings match, but without regard to character case and certain characters are considered `equivalent'. Viz., '-', '_' and '^' are equivalent. If the arguments are not strings, then the result of the numeric comparison is returned.

This is an overloaded operation. If the arguments are not both strings, then the query is passed through to scm_num_eq_p().

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



This document was generated by Davide on March, 6 2002 using texi2html