Package io.nosqlbench.virtdata.library.basics.shared.unary_string
-
Class Summary Class Description FieldExtractor Extracts out a set of fields from a delimited string, returning a string with the same delimiter containing only the specified fields.FieldExtractorAutoDocsInfo HTMLEntityDecode encode HTML EntitiesHTMLEntityDecodeAutoDocsInfo HTMLEntityEncode encode HTML EntitiesHTMLEntityEncodeAutoDocsInfo Load LoadAutoDocsInfo Prefix Add the specified prefix String to the input value and return the result.PrefixAutoDocsInfo ReplaceAll Replace all occurrences of the extant string with the replacement string.ReplaceAllAutoDocsInfo ReplaceRegex Replace all occurrences of the regular expression with the replacement string.ReplaceRegexAutoDocsInfo Save SaveAutoDocsInfo StringFlow Combine multiple String functions together into one function.StringFlowAutoDocsInfo Suffix Add the specified prefix String to the input value and return the result.SuffixAutoDocsInfo ToBase64String ToBase64StringAutoDocsInfo ToString Converts the input to the most obvious string representation with String.valueOf(...).ToStringAutoDocsInfo Trim Trim the input value and return the result.TrimAutoDocsInfo URLDecode URLDecode string dataURLDecodeAutoDocsInfo URLEncode URLEncode string dataURLEncodeAutoDocsInfo