Libraries/MicroStringUtils
From Ratwiki
Contents |
Overview - J2ME Micro String Utils
MicroStringUtils is a J2ME package that provides some extra functionality for handling String objects. The native methods available for handling String objects in J2ME are quite limited and MicroStringUtils aims to plug that gap.
Functionality
The supported methods include join, split, pad, repeat, replace, reverse and trim. These methods provide similar functionality to the correcsonding methods in J2SE / other languages. The methods can handle null values for most arguments and will treat them in an intuative manner. See the MicroStringUtils javadoc for more information.
Unit Tested - High Quality
All of the methods are extensively unit tested using J2meUnit, although the unit tests are not yet available for download. The library can be used with a good deal of confidence that the behaviour is correct.
Download
| File | Description | Link |
|---|---|---|
| Jar file | Binary package required containing library. | MicroStringUtils-1.0.0.jar |
| Source code | Source package containing the J2ME source code, build scripts and javadoc | MicroStringUtils-1.0.0-src.zip |
| Javadoc | Javadoc for source code | MicroStringUtils-1.0.0-javadoc.zip |