mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Text Handling
- Implemented longestWord, a UTF8-aware helper for word-wrapping.
This commit is contained in:
parent
28b0960015
commit
1d0ad3838b
3 changed files with 32 additions and 1 deletions
|
@ -37,6 +37,7 @@ std::string trimLeft (const std::string& in, const std::string& t = " ");
|
|||
std::string trimRight (const std::string& in, const std::string& t = " ");
|
||||
std::string trim (const std::string& in, const std::string& t = " ");
|
||||
std::string unquoteText (const std::string&);
|
||||
int longestWord (const std::string&);
|
||||
void extractLine (std::string&, std::string&, int);
|
||||
void split (std::vector<std::string>&, const std::string&, const char);
|
||||
void split (std::vector<std::string>&, const std::string&, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue