Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A Java 8 string manipulation library.

License

NotificationsYou must be signed in to change notification settings

flube2/strman-java

 
 

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.

Getting Started

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/.

Inspiration

This library is inspired bydleitee/strman.

License

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

About

A Java 8 string manipulation library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java100.0%

[8]ページ先頭

©2009-2025 Movatter.jp