Changeset 7284 for code/trunk/src/libraries/util/SubString.cc
- Timestamp:
- Aug 31, 2010, 3:37:40 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/util/SubString.cc
r7165 r7284 309 309 * @param line the inputLine to split 310 310 * @param delimiters a String of Delimiters (here the input will be splitted) 311 * @param delimiterNeighbours N aighbours to the Delimitter, that will be removed if they are to the left or the right of a Delimiter.311 * @param delimiterNeighbours Neighbours to the Delimiter, that will be removed if they are to the left or the right of a Delimiter. 312 312 * @param emptyEntries: if empty Strings are added to the List of Strings. 313 313 * @param escape_char: Escape carater (escapes splitters)
Note: See TracChangeset
for help on using the changeset viewer.