mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-07-08 01:30:39 +08:00
Bug fix & New function
This commit is contained in:
@@ -70,5 +70,12 @@ namespace str_util {
|
||||
* @return Result
|
||||
*/
|
||||
std::string remove_quote(std::string input);
|
||||
/**
|
||||
* @brief Join a list of string with a pattern
|
||||
* @param input Input list
|
||||
* @param pattern Pattern
|
||||
* @return Result
|
||||
*/
|
||||
std::string str_join(std::list<std::string> input, std::string pattern);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user