mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Common: Add utility function for case-insensitive string comparison.
This commit is contained in:
@ -264,4 +264,5 @@ inline char ToUpper(char ch)
|
||||
}
|
||||
void ToLower(std::string* str);
|
||||
void ToUpper(std::string* str);
|
||||
bool CaseInsensitiveEquals(std::string_view a, std::string_view b);
|
||||
} // namespace Common
|
||||
|
Reference in New Issue
Block a user