BSKStrCmp_NoCase
Module: BSKUtil
BSKI32 BSKStrCmp_NoCase( const BSKCHAR* str1, const BSKCHAR* str2 );
Inputs:
- str1 - the first string to compare.
- str2 - the second string to compare.
Returns: -1 if the first is lexically less than the second,
0 if they are equivalent, and 1 if the second is greater than the first.
Description:
Compares the two strings within worrying about what case the
characters are (ie, "HELLO" is the same as "hello").
Return to the API
Return to the function listing
Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)