Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shekhargulati/strman-java

A Java 8 string manipulation library.
https://github.com/shekhargulati/strman-java

java string string-manipulation

Last synced: 29 days ago
JSON representation

A Java 8 string manipulation library.

Awesome Lists containing this project

README

        

strman-java [![Build Status](https://travis-ci.org/shekhargulati/strman-java.svg?branch=master)](https://travis-ci.org/shekhargulati/strman-java) [![codecov.io](https://codecov.io/github/shekhargulati/strman-java/coverage.svg?branch=master)](https://codecov.io/github/shekhargulati/strman-java?branch=master) [![License](https://img.shields.io/:license-mit-blue.svg)](./LICENSE.txt)
------

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](https://github.com/shekhargulati/strman-java/wiki).

Getting Started
--------

To use strman in your application, you have to add `strman` to your classpath.
strman is available on [Maven Central](http://search.maven.org/) 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`.

```xml


com.shekhargulati
strman
0.4.0

```

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/](http://shekhargulati.github.io/strman-java/).

## Inspiration

This library is inspired by [dleitee/strman](https://github.com/dleitee/strman).

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