Package com.helger.base.string
package com.helger.base.string
-
ClassesClassDescriptionHelper class for counting things in StringsHelper class for encoding char arrays to byte arrays and decoding byte arrays to char arrays using NIO charset codecs, avoiding intermediate String objects.Simple string utility methods, originally in StringHelper.Helper class for hexadecimal string encoding and decoding of byte arrays and individual values.Helper class for joining (imploding) collections and arrays into a single string with a configurable separator.A simple builder that allows to implode collections of arguments with a lot of customization.A simple builder that allows to implode maps of arguments with a lot of customization.This class contains the methods to parse String objects to numeric values.Helper class for removing characters or substrings from strings.Helper class for replacing characters and substrings within strings, with support for multiple replacements and streaming output.Simple string scanner.