String..Root.StringConstructs an empty String.
Constructs a string filled with n consecutive copies of character c.
Parameters:
Int n, String cReturn value: new String
String type signatures:Object, Basic, String, Iterable, Container
NativeCallable, Callable, Class
toStringtoInttoDoubletoBooleantoAsciiCodebeginend==readOperatorsizefindreplacereplaceRegexmatchRegexsearchRegexemptyresizeclearsubstringinserterasepushBack+> compares two strings, returns new Boolean< compares two strings, returns new Boolean>= compares two strings, returns new Boolean<= compares two strings, returns new Booleanlog(String().size());
log(String(3, "a"));