String
..Root.String
Constructs 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
toString
toInt
toDouble
toBoolean
toAsciiCode
begin
end
==
readOperator
size
find
replace
replaceRegex
matchRegex
searchRegex
empty
resize
clear
substring
insert
erase
pushBack
+
>
compares two strings, returns new Boolean
<
compares two strings, returns new Boolean
>=
compares two strings, returns new Boolean
<=
compares two strings, returns new Boolean
log(String().size());
log(String(3, "a"));