Skip to content
Snippets Groups Projects
Commit 9ba46d1b authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[BL] StringTools: escape \t.

parent 8ec8d792
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
#include <vector> #include <vector>
namespace BaseLib { namespace BaseLib {
/** /**
* Splits a string into a vector of strings. This method only works for string seperation * Splits a string into a vector of strings. This method only works for string
* recognised by the std::stringstream iterator such as ' ' or '\t'. * separation recognised by the std::stringstream iterator such as ' ' or
* '\\t'.
* \param str String to be splitted * \param str String to be splitted
* \return Vector of strings * \return Vector of strings
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment