Changes between Version 3 and Version 4 of code/doc/SubString
- Timestamp:
- Apr 12, 2017, 11:36:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/SubString
v3 v4 1 1 = SubString = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 3 !SubString splits a string up into several tokens. You can define the separator and chars for opening and closing paranthesis (usually '(' and ')') and quotes (usually '"'). Tokens between paranthesis or quotes wont be separated. It also takes care of an escape symbol (mostly '\') to escape special symbols and a comment symbol (usually '\0' for no comment) to end the string. There are more options to strip those symbols or to keep them (added to a token).