Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

string tokenizer

Status
Not open for further replies.

djam

Technical User
Nov 15, 2002
223
CA
Is there a string tokenizer in C#? Java seems to have a bigger library for certain things such as string manipulation. Is it possible to use Java classes in C#?

thanks

" ahhh computers, how they made our lives much simpler ;) "
 
use regular expressions, there is not java required at all.
using System.Text.RegularExpressions;
and use class Regex

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top