mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-06-22 03:44:20 +08:00
Update
This commit is contained in:
@@ -58,6 +58,12 @@ namespace str_util {
|
||||
* @return true if input ends with pattern
|
||||
*/
|
||||
bool str_endswith(std::string input, std::string pattern);
|
||||
/**
|
||||
* @brief Trim a string
|
||||
* @param input Input string
|
||||
* @return Result
|
||||
*/
|
||||
std::string str_trim(std::string input);
|
||||
/**
|
||||
* @brief Remove quote from a string
|
||||
* @param input Input string
|
||||
|
||||
Reference in New Issue
Block a user