79092359

Date: 2024-10-16 03:27:19
Score: 1.5
Natty:
Report link

Here's how to do this without using rept / regex with special characters / split / or join:

=REDUCE("", SEQUENCE(1, LEN(A1)), LAMBDA(k, i, MID(A1, i, 1) & k))

Note: Drop this into a Named Function like REVERSE(text) and replace both A1's above with the "text" parameter.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Daav