FastLED 3.9.15
Loading...
Searching...
No Matches

◆ toLower()

fl::string fl::anonymous_namespace{http_parser.cpp.hpp}::toLower ( const fl::string & str)

Definition at line 15 of file http_parser.cpp.hpp.

15 {
16 fl::string result = str;
17 for (size_t i = 0; i < result.size(); i++) {
18 result[i] = fl::tolower(result[i]);
19 }
20 return result;
21}
char tolower(char c) FL_NOEXCEPT
Convert character to lowercase.
Definition cctype.h:32
expected< T, E > result
Alias for expected (Rust-style naming)
Definition result.h:31

References toLower(), and fl::tolower().

Referenced by toLower().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: