mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Common: Add utility function for case-insensitive string comparison.
This commit is contained in:
parent
7586fc8134
commit
bdb19085c4
3 changed files with 12 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue