Returns the longest string prefix
such that a.toString().startsWith(prefix) && b.toString().startsWith(prefix)
, taking care not to split surrogate pairs.
Returns the longest string suffix
such that a.toString().endsWith(suffix) && b.toString().endsWith(suffix)
, taking care not to split surrogate pairs.
Returns the given string if it is nonempty; null
otherwise.
static boolean
Returns true
if the given string is null or is the empty string.
Returns the given template
string with each occurrence of "%s"
replaced with the corresponding argument value from args
; or, if the placeholder and argument counts do not match, returns a best-effort form of that string.
Returns the given string if it is non-null; the empty string otherwise.
Returns a string, of length at least minLength
, consisting of string
appended with as many copies of padChar
as are necessary to reach that length.
Returns a string, of length at least minLength
, consisting of string
prepended with as many copies of padChar
as are necessary to reach that length.
Returns a string consisting of a specific number of concatenated copies of an input string.
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4