views:

50

answers:

3

Hello,

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

Thanks

+3  A: 

J2ME has these functions with the String class. alt text

or maybe I just mis-understood your question.

Auxiliary
A: 

You should just check the JavaME API....

npinti
A: 

It's already included with the String class.

jean27