micro-test-plus 3.2.0
µTest++, a lightweight testing framework for embedded platforms
Loading...
Searching...
No Matches
micro_os_plus::micro_test_plus::utility Namespace Reference

Functions

bool is_match (std::string_view input, std::string_view pattern)
 Check if a string matches a pattern.
 
template<class T = std::string_view, class Delim_T >
auto split (T input, Delim_T delim) -> std::vector< T >
 Split a string into a vector of sub-strings.