mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Implement fmt::to_lower
It was strangely removed...
This commit is contained in:
parent
eae78a8711
commit
cfa9b163fd
2 changed files with 9 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ namespace fmt
|
|||
}
|
||||
|
||||
std::string to_upper(const std::string& string);
|
||||
std::string to_lower(const std::string& string);
|
||||
|
||||
bool match(const std::string& source, const std::string& mask);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue