- Class Clock
- Add more clock functionality.
- Class ConfigurationWebApp
- implement this web app
- Member File::getChildEntry (std::string child) const
- document this
- Class HttpClient
- Add chunked transfer.
- Class HttpsClient
- Add chunked transfer.
- Class ObjectTrie< T >
- Add cascade methods with custom comparators.
- Member Strings::equalsIgnoreCase (const StringT< CharT, T ... > &lhs, const SubstrT &rhs)
- Remove requirement for new string allocations.
- Member Strings::equalsIgnoreCase (const CharT *lhs, const SubstrT &rhs)
- Remove requirement for new string allocations.
- Member Strings::lineLengths (const StringT< char, T ... > &text, const std::regex &lineBreakRegex, bool includeExtraTextAsLine=true)
- u32 regex?
- Member Strings::lineLengths (const StringT< char, T ... > &text, bool includeExtraTextAsLine=true)
- u32 regex?
- Member Strings::lineLengths (const char *text, bool includeExtraTextAsLine=true)
- u32 regex?
- Member Strings::occurrences (const char *str, const std::regex ®ex)
- u32 regex?
- Member Strings::occurrences (const std::string_view &str, const std::regex ®ex)
- u32 regex?
- Member Strings::occurrences (const std::string &str, const std::regex ®ex)
- u32 regex?
- Member Strings::replaceAll (const StringT< CharT, T ... > &input, const std::regex ®ex, const ReplacementT &replacement)
- UTF-32 version?
- Member Strings::replaceAll (const char *input, const std::regex ®ex, const ReplacementT &replacement)
- UTF-32 version?
- Class StringUri
- Create String URI write resources
- Class StringUriUtf8To32ReadResource
- Convert to UTF-32 characters on the fly instead of using toString32.