Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shekhargulati/strman-java
- Owner: shekhargulati
- License: mit
- Created: 2016-05-03T14:32:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T11:18:34.000Z (almost 5 years ago)
- Last Synced: 2024-10-01T11:22:13.144Z (about 1 month ago)
- Topics: java, string, string-manipulation
- Language: Java
- Homepage: https://shekhargulati.com/
- Size: 245 KB
- Stars: 1,347
- Watchers: 116
- Forks: 360
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE.txt
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.