Skip to content

naveengoud0414/mrstring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mrstring

Convenient String methods to work with string.

Requirements

  • JDK 17
  • Gradle 7+

SetUp

  • Clone mrstring
  • Run ./gradlew clean build
  • Open in your favorite IDE

Usage

  1. To get array of String by delimiter
    String src = "Yo,Ho,Ho,Ho;
    String[] strings = StringUtils.toArray(src, ",")
    this will return {"Yo","Ho","Ho","Ho"}

About

Convenient static methods to work with String

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages