Skip to content

JosiahThobejane/JosString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JosString

A Java class library with the ability to reverse any String.

How To Use JosString

  • Download the JosString.jar file Here.
  • Import the JosString file to your Java project.
  • To use it, your need to import it into your class like: import static co.za.josiahthobejane.JosString.reverse;
Since reverse() is static, you don't have to instantiate a JosString object

e.g

import static co.za.josiahthobejane.JosString.reverse;

public class HelloWorld
{
  public void static main(String[] args)
  {
    System.out.println("Reversed Hello World: " + reverse("HelloWorld") );
  }
}

Author: Josiah Thobejane

About

A Java class library with the ability to reverse any String.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages