public abstract class AbstractNText extends Object implements net.thevpc.nuts.text.NText
| Constructor and Description |
|---|
AbstractNText() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.text.NTextBuilder |
builder() |
net.thevpc.nuts.text.NText |
concat(net.thevpc.nuts.text.NText... others) |
net.thevpc.nuts.text.NText |
concat(net.thevpc.nuts.text.NText other) |
String |
filteredText() |
boolean |
isBlank() |
boolean |
isEmpty() |
boolean |
isNewLine() |
boolean |
isNormalized() |
boolean |
isPrimitive() |
boolean |
isString(String anyString) |
int |
length() |
net.thevpc.nuts.text.NNormalizedText |
normalize() |
net.thevpc.nuts.text.NNormalizedText |
normalize(net.thevpc.nuts.text.NTextTransformConfig config) |
net.thevpc.nuts.text.NNormalizedText |
normalize(net.thevpc.nuts.text.NTextTransformer transformer,
net.thevpc.nuts.text.NTextTransformConfig config) |
net.thevpc.nuts.text.NText |
repeat(int times) |
net.thevpc.nuts.text.NText |
repeatln(int times) |
List<net.thevpc.nuts.text.NText> |
split(char c) |
List<net.thevpc.nuts.text.NText> |
split(char c,
boolean returnSeparator) |
List<net.thevpc.nuts.text.NText> |
split(Pattern regex,
boolean returnSeparator) |
List<net.thevpc.nuts.text.NText> |
split(String separator) |
List<net.thevpc.nuts.text.NText> |
split(String separator,
boolean returnSeparator) |
List<net.thevpc.nuts.text.NText> |
splitLines() |
List<net.thevpc.nuts.text.NText> |
splitLines(boolean returnSeparator) |
net.thevpc.nuts.text.NPrimitiveText[] |
toCharArray() |
List<net.thevpc.nuts.text.NPrimitiveText> |
toCharList() |
List<net.thevpc.nuts.text.NPrimitiveText> |
toPrimitiveList() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitimmutable, isWhitespace, of, of, of, ofAnchor, ofAnchor, ofBlank, ofCode, ofCode, ofCodeOrCommand, ofCodeOrCommand, ofCodeOrCommand, ofCommand, ofInclude, ofInclude, ofLink, ofLink, ofList, ofList, ofNewLine, ofNumbering, ofNumbering, ofPlain, ofSpace, ofSpaces, ofStyled, ofStyled, ofStyled, ofStyled, ofStyled, ofStyled, ofStyledError, ofStyledPath, ofStyledPrimary1, ofStyledPrimary2, ofStyledPrimary3, ofStyledPrimary4, ofStyledPrimary5, ofStyledPrimary6, ofStyledPrimary7, ofStyledPrimary8, ofStyledPrimary9, ofStyledSuccess, ofStyledWarn, ofTitle, ofTitle, simplify, substring, toCharStream, trim, trimLeft, trimRight, typepublic String toString()
public String filteredText()
filteredText in interface net.thevpc.nuts.text.NTextpublic int length()
length in interface net.thevpc.nuts.text.NTextpublic boolean isEmpty()
isEmpty in interface net.thevpc.nuts.text.NTextpublic boolean isBlank()
isBlank in interface net.thevpc.nuts.util.NBlankablepublic net.thevpc.nuts.text.NTextBuilder builder()
builder in interface net.thevpc.nuts.text.NTextpublic boolean isPrimitive()
isPrimitive in interface net.thevpc.nuts.text.NTextpublic boolean isNormalized()
isNormalized in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NText> split(char c)
split in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NText> split(char c, boolean returnSeparator)
split in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NText> split(String separator)
split in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NPrimitiveText[] toCharArray()
toCharArray in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NPrimitiveText> toCharList()
toCharList in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText repeat(int times)
repeat in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText repeatln(int times)
repeatln in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText concat(net.thevpc.nuts.text.NText other)
concat in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText concat(net.thevpc.nuts.text.NText... others)
concat in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NNormalizedText normalize()
normalize in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NNormalizedText normalize(net.thevpc.nuts.text.NTextTransformConfig config)
normalize in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NNormalizedText normalize(net.thevpc.nuts.text.NTextTransformer transformer,
net.thevpc.nuts.text.NTextTransformConfig config)
normalize in interface net.thevpc.nuts.text.NTextpublic boolean isString(String anyString)
isString in interface net.thevpc.nuts.text.NTextpublic boolean isNewLine()
isNewLine in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NPrimitiveText> toPrimitiveList()
toPrimitiveList in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NText> split(Pattern regex, boolean returnSeparator)
split in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NText> split(String separator, boolean returnSeparator)
split in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NText> splitLines(boolean returnSeparator)
splitLines in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NText> splitLines()
splitLines in interface net.thevpc.nuts.text.NTextCopyright © 2026 vpc open source initiative. All rights reserved.