Skip to main content

Timeline for How do I tokenize a string in C++?

Current License: CC BY-SA 3.0

6 events
when toggle format what by license comment
Jul 27, 2014 at 20:06 history edited odinthenerd CC BY-SA 3.0
added 86 characters in body
Jul 27, 2014 at 19:52 history edited odinthenerd CC BY-SA 3.0
added 1215 characters in body
Jul 27, 2014 at 13:50 comment added odinthenerd this version is only optimized for single character delimiters, using a look up table is not suited for multi character (string) delimiters so its harder to beat regex in efficiency.
Jul 26, 2014 at 13:51 comment added Galigator Is it possible to tokennize with an String delimiter ?
Jul 26, 2014 at 13:33 history edited odinthenerd CC BY-SA 3.0
added 11 characters in body
Jul 26, 2014 at 13:15 history answered odinthenerd CC BY-SA 3.0