Typo fix in comment
This commit is contained in:
parent
6ebc37a0fe
commit
562bc44f6b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ std::vector< std::string > split(std::string const &val, char c = ',', int flags
|
|||
* an empty elements are never removed as they are placeholders.
|
||||
* hence REMOVE EMPTY only works for the separator split.
|
||||
*
|
||||
* parenthetical_split("a(b)c{d}e(f{g})h",0,"({",")}") should return
|
||||
* paranthetical_split("a(b)c{d}e(f{g})h",0,"({",")}") should return
|
||||
* a vector of <"a","b","c","d","e","f{g}","h">
|
||||
*/
|
||||
std::vector< std::string > paranthetical_split(std::string const &val,
|
||||
|
|
Loading…
Add table
Reference in a new issue