- Notifications
You must be signed in to change notification settings - Fork0
A Java 8 string manipulation library.
License
flube2/strman-java
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A Java 8 library for working with Strings.You can learn about all the String utility functions implemented instrman library by reading thedocumentation.
To use strman in your application, you have to addstrman to your classpath.strman is available onMaven Central so you just need to add dependency in your favorite build tool as shown below.
For Apache Maven users, please add following to yourpom.xml.
<dependencies> <dependency> <groupId>com.shekhargulati</groupId> <artifactId>strman</artifactId> <version>0.4.0</version> </dependency></dependencies>
Gradle users can add following to theirbuild.gradle file.
compile(group: 'com.shekhargulati', name: 'strman', version: '0.4.0')To learn what we added in the latest version please refer to./changelog.md.
You can refer to Javadocs onlinehttp://shekhargulati.github.io/strman-java/.
This library is inspired bydleitee/strman.
strman is licensed under the MIT License - see theLICENSE file for details.
About
A Java 8 string manipulation library.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Java100.0%