char* Ns_Match ( char* pattern, char* string );
char* Ns_Match (
char* pattern,
char* string
);
Compare the beginnings of two strings, case insensitively. The comparison stops when the end of the shorter string is reached.
Top of Page
Copyright © 1998-99 America Online, Inc.