- set(StringBuilder, int, char) - Static method in class manifold.text.extensions.java.lang.StringBuilder.ManStringBuilderExt
-
Implements the index operator for assignment such as text[i] = 'x'
The character at the specified index
is set to ch
.
- startsWith(CharSequence, char) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns true
if this char sequence starts with the specified character.
- startsWith(CharSequence, CharSequence) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns true
if this char sequence starts with the specified prefix.
- startsWithIgnoreCase(CharSequence, char) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
- startsWithIgnoreCase(CharSequence, CharSequence) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns true
if this char sequence starts with the specified prefix.
- substring(CharSequence, int, int) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns a substring of chars from a range of this char sequence starting at the startIndex
and ending right before the endIndex
.
- substring(CharSequence, int) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
- substringAfter(String, char) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a substring after the first occurrence of delimiter
or null if the string
does not contain the delimiter
- substringAfter(String, String) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a substring after the first occurrence of delimiter
or null if the string
does not contain the delimiter
- substringAfterLast(String, char) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a substring after the last occurrence of delimiter or null if the string
does not contain the delimiter
- substringAfterLast(String, String) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a substring after the last occurrence of delimiter or null if the string
does not contain the delimiter
- substringBefore(String, char) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a substring before the first occurrence of delimiter
or null if the string
does not contain the delimiter
- substringBefore(String, String) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a substring before the first occurrence of delimiter
or null if the string
does not contain the delimiter
- substringBeforeLast(String, char) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a substring before the last occurrence of delimiter
or null if the string
does not contain the delimiter
- substringBeforeLast(String, String) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a substring before the last occurrence of delimiter
or null if the string
does not contain the delimiter
- trim(CharSequence, CharPredicate) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns a sub sequence of this char sequence having leading and trailing characters matching the predicate
trimmed.
- trim(CharSequence, char...) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns a sub sequence of this char sequence having leading and trailing characters from the chars
array trimmed.
- trim(String, CharPredicate) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a string with leading and trailing characters matching the predicate
trimmed.
- trim(String, char...) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a string with leading and trailing characters from the chars
array trimmed.
- trimEnd(CharSequence, CharPredicate) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns a sub sequence of this char sequence having trailing characters matching the predicate
trimmed.
- trimEnd(CharSequence, char...) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns a sub sequence of this char sequence having trailing characters from the chars
array trimmed.
- trimEnd(CharSequence) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns a sub sequence of this char sequence having trailing whitespace removed.
- trimEnd(String, CharPredicate) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a string with trailing characters matching the predicate
trimmed.
- trimEnd(String, char...) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a string with trailing characters from the chars
array trimmed.
- trimEnd(String) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a string with trailing whitespace removed.
- trimStart(CharSequence, CharPredicate) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns a sub sequence of this char sequence having leading characters matching the predicate
trimmed.
- trimStart(CharSequence, char...) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns a sub sequence of this char sequence having leading and trailing characters from the chars
array trimmed.
- trimStart(CharSequence) - Static method in class manifold.text.extensions.java.lang.CharSequence.ManCharSequenceExt
-
Returns a sub sequence of this char sequence having leading whitespace removed.
- trimStart(String, CharPredicate) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a string with leading characters matching the predicate
trimmed.
- trimStart(String, char...) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a string with leading and trailing characters from the chars
array trimmed.
- trimStart(String) - Static method in class manifold.text.extensions.java.lang.String.ManStringExt
-
Returns a string with leading whitespace removed.