1
0
mirror of https://github.com/shekhargulati/strman-java.git synced 2026-09-24 02:25:09 +00:00
lizho d0c2a10a62 Update Strman.java (#97)
* Update Strman.java

fix bug in between()

* Update StrmanTests.java

* Update StrmanTests.java
2017-11-10 11:29:03 +05:30
2017-06-17 03:36:42 +05:30
2017-06-17 03:36:42 +05:30
2017-11-10 11:29:03 +05:30
2017-05-20 06:57:21 +05:30
2017-06-17 03:50:21 +05:30
2017-05-12 15:43:26 +05:30
2016-05-03 18:53:39 +05:30
2016-05-03 18:53:39 +05:30
2017-06-30 11:40:32 +05:30
2016-05-03 18:53:39 +05:30

strman-java Build Status codecov.io License

A Java 8 library for working with Strings. You can learn about all the String utility functions implemented in strman library by reading the documentation.

Getting Started

To use strman in your application, you have to add strman to your classpath. strman is available on Maven Central so you just need to add dependency in your favorite build tool as shown below.

For Apache Maven users, please add following to your pom.xml.

<dependencies>
    <dependency>
        <groupId>com.shekhargulati</groupId>
        <artifactId>strman</artifactId>
        <version>0.4.0</version>
    </dependency>
</dependencies>

Gradle users can add following to their build.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 online http://shekhargulati.github.io/strman-java/.

Inspiration

This library is inspired by dleitee/strman.

License

strman is licensed under the MIT License - see the LICENSE file for details.

Description
A Java 8 library for working with Strings. You can learn about all the String utility functions implemented in strman library by reading the documentation.
Readme 480 KiB
Languages
Java 99%
Gradle 1%