asked 155k views
3 votes
If you are using characters other than whitespaces as delimiters, you will probably want to trim the string before tokenizing; otherwise, the leading and/or following whitespaces will become part of the first and/or last token.

A. True
B. False

asked
User Gasche
by
8.2k points

2 Answers

5 votes
The answer is True
hope this helped
answered
User Marijn Stevering
by
8.3k points
1 vote
Answer: true


Expiation: because it is important and you must trim the string before tokenizing or you know otherwise
answered
User Gezdy
by
8.1k points