Josh
Josh

Reputation: 13828

Need a string library for JAVA ME

Can someone suggest me some JAVA string library for JAVA ME that includes basic string functions like trim,tolower,toupper,replace,substring,etc?

Thanks

Upvotes: 0

Views: 293

Answers (3)

jean27
jean27

Reputation: 711

It's already included with the String class.

Upvotes: 0

npinti
npinti

Reputation: 52205

You should just check the JavaME API....

Upvotes: 0

Auxiliary
Auxiliary

Reputation: 2757

J2ME has these functions with the String class. alt text

or maybe I just mis-understood your question.

Upvotes: 3

Related Questions