Overload List
| Method | Description |
|---|---|
AcString::matchNoCase (AcString &) | Returns the number of characters that case-independently match another AcString object. |
AcString::matchNoCase (char *, Encoding) | Returns the number of characters that case-independently match a narrow string. |
AcString::matchNoCase (CStringW &) | Returns the number of characters that case-independently match a CStringW object. |
AcString::matchNoCase (wchar_t *) | Returns the number of characters that case-independently match a wide character string. |
