mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Function: visible
- Added helper function to render control characters visible. This may be replaced by JSON::encode.
This commit is contained in:
parent
ac811c6930
commit
7e5b43bb9d
2 changed files with 23 additions and 0 deletions
|
@ -63,6 +63,7 @@ bool isWordStart (const std::string&, std::string::size_type);
|
|||
bool isWordEnd (const std::string&, std::string::size_type);
|
||||
bool isTokenEnd (const std::string&, std::string::size_type);
|
||||
bool isPunctuation (char);
|
||||
std::string visible (char);
|
||||
bool compare (const std::string&, const std::string&, bool sensitive = true);
|
||||
bool closeEnough (const std::string&, const std::string&, unsigned int minLength = 0);
|
||||
std::string::size_type find (const std::string&, const std::string&, bool sensitive = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue