954,566 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

string tokenizer

Anyone please kindly help me!!
I'm working on a project, trying to make use of string tokenizer in ASP.NET, can it be done?

I then want to make use of string tokenizer to read till the file extension. (.doc) so that I can assign a icon image to the different file extensions.

PrincessG
Newbie Poster
1 post since Jul 2006
Reputation Points: 10
Solved Threads: 0
 

Why bother with tokenizer, which is a pain and buggy in early versions of the JDK (which you will encounter in legacy systems).

You just need substring(), and/or lastIndexOf()

kashko
Newbie Poster
4 posts since Feb 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You