String Tokenizer

What is the use of a string tokenizer function?

@harshit_03
As told in the video , it is used to break down a long string into smaller strings using some delimiter.
If you are curious as to where it would be useful , consider this problem.

Problem - Given a sentence of words , reverse each word of the sentence and print the new string.

Sample Input :
coding is fun

Sample Output :
gnidoc si nuf

Try to solve this problem with and without using string tokeniser and you will understand its use.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.