Returns true if the stored string is a case-insensitive abbreviation (or complete copy) of `s' and the stored string has all of the characters that are in the initial capitalized portion of `s'. For example if `s' is "KAPpa" then "kappa", "kapp", or "kap" (with any capitalization pattern) will return true and all other strings will return false. Always returns false if the stored string has length of zero. Definition at line 344 of file nxsstring.cpp. |