Changes between Version 2 and Version 3 of code/doc/SubString
- Timestamp:
- Sep 24, 2008, 7:13:34 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/SubString
v2 v3 4 4 !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). 5 5 6 == Create a SubString ==6 == Create a !SubString == 7 7 8 8 Creating a new !SubString with all possible options: