Package io.github.astrapi69.string
-
Class Summary Class Description SplitStringExtensions StringExtensions 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. -
Exception Summary Exception Description MalformedUnicodeException The classMalformedUnicodeException
is thrown when the given character is not unicode conform.