mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Helper functions
- Rescued the str_replace function from Att.
This commit is contained in:
parent
e5acabc452
commit
1c2a4981ac
2 changed files with 17 additions and 0 deletions
|
@ -52,6 +52,7 @@ std::string commify (const std::string&);
|
|||
std::string lowerCase (const std::string&);
|
||||
std::string upperCase (const std::string&);
|
||||
std::string ucFirst (const std::string&);
|
||||
const std::string str_replace (std::string&, const std::string&, const std::string&);
|
||||
const char* optionalBlankLine ();
|
||||
void guess (const std::string&, std::vector<std::string>&, std::string&);
|
||||
bool nontrivial (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue