Prefer first embedded image that contains the 'front' keyword

This commit is contained in:
emeric
2024-12-08 11:53:31 +01:00
parent def4d8c3e3
commit 38efdfaf87
6 changed files with 65 additions and 13 deletions
+1
View File
@@ -62,6 +62,7 @@ namespace lms::core::stringUtils
[[nodiscard]] std::string bufferToString(std::span<const unsigned char> data);
[[nodiscard]] bool stringCaseInsensitiveEqual(std::string_view strA, std::string_view strB);
[[nodiscard]] std::string_view::size_type stringCaseInsensitiveContains(std::string_view str, std::string_view strtoFind);
void capitalize(std::string& str);