Module silly.strings
Package io.github.astrapi69.string
package io.github.astrapi69.string
This package contains helper classes for String objects
-
ClassDescriptionThe class
CaseExtensions
provides methods for converting strings between different case formats.The classCharsetExtensions
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.