Text Handling
- Migrated the splitq implementation over to the Lexer. Now it handles all Unicode spaces. Jsut need to obsolete the old version.
This commit is contained in:
@@ -39,6 +39,7 @@ std::string unquoteText (const std::string&);
|
||||
int longestWord (const std::string&);
|
||||
int longestLine (const std::string&);
|
||||
bool extractLine (std::string&, const std::string&, int, bool, unsigned int&);
|
||||
void splitq (std::vector<std::string>&, const std::string&);
|
||||
void splitq (std::vector<std::string>&, const std::string&, const char);
|
||||
void split (std::vector<std::string>&, const std::string&, const char);
|
||||
void split (std::vector<std::string>&, const std::string&, const std::string&);
|
||||
|
||||
Reference in New Issue
Block a user