Skip to content

StaticString

Gary Bryson Luis Jr edited this page May 13, 2023 · 3 revisions

StaticString

StaticString exposes two static methods of java.lang.String (valueOf and format), and basically all the Apache Commons StringUtils methods, for advance string mmanipulation.

Importing the package

You'd better import the package to avoid errors and write script easier.

import mods.zenutils.StaticString;

For more info about the exposed StringUtils methods, please refer to Apache Commons Javadoc.

Clone this wiki locally