←
StringContainsQ
→
String
/
Reference of Built-in Symbols
/
Atomic Elements of Expressions
/
String Manipulation
/
StringRepeat
/
StringRepeat
WMA link
StringRepeat
["
string
",
n
]
gives
string
repeated
n
times.
StringRepeat
["
string
",
n
,
max
]
gives
string
repeated
n
times, but not more than
max
characters.
StringRepeat["abc", 3]
StringRepeat["abc", 10, 7]
←
StringContainsQ
→
String