Rep-string: Difference between revisions

Content added Content deleted
Line 1,242: Line 1,242:
INITS
INITS
=LAMBDA(s,
=LAMBDA(s,
LET(
MID(
lng, LEN(s),
s,
nxt, 1 + lng,
1, SEQUENCE(1, 1 + LEN(s),
0, 1)

MID(s, 1, SEQUENCE(1, nxt, 0, 1))
)
)
)
)