mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-07-08 01:30:39 +08:00
Update
This commit is contained in:
@@ -27,5 +27,11 @@ namespace str_util {
|
||||
* @return Result.
|
||||
*/
|
||||
std::list<std::string> str_split(std::string input, std::string pattern, size_t max = -1);
|
||||
/**
|
||||
* @brief Convert data to a lowercase hexadecimal string
|
||||
* @param input Input data
|
||||
* @return Output
|
||||
*/
|
||||
std::string str_hex(std::string input);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user