Module silly.strings
Package io.github.astrapi69.string
package io.github.astrapi69.string
This package contains helper classes for String objects
-
ClassDescriptionThe class
CharsetExtensions
provides extension methods forCharset
objectsThe classMalformedUnicodeException
is thrown when the given character is not unicode conform.The classStringExtensions
provides methods for manipulate string objects.
Note: As theString
class is immutable not the given String is manipulated, a newString
object is created with the manipulation.