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

User Gasche
by
8.2k points

2 Answers

5 votes
The answer is True
hope this helped
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
User Gezdy
by
8.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.