What is the use of the String Tokenizer
Answer / naveen das
It is used to seperate a string using an delimiter similar
to explode function in PHP.
In javascript we use split.
| Is This Answer Correct ? | 11 Yes | 4 No |
What is new function in javascript?
Whether JavaScript has concept level scope?
Is javascript becoming obsolete?
How can javascript be used to improve the "look and feel" of a web site? By the same token, how can javascript be used to improve the user interface?
How do you write a comment in javascript?
What does the instanceof operator do?
What's the date object using javascript?
What is the difference between the keywords var and let?
What is javascript tree shaking?
How can we detect os of the client machine using javascript?
How to set a html document's background color?
What do mean by NULL in Javascript?