changeset 12168:22ae1f841d0a draft

<oerjan> fetch ../bin/rlexp https://hack.esolangs.org/get/bin/rlexp
author HackEso <hackeso@esolangs.org>
date Wed, 20 Nov 2019 06:20:25 +0000
parents 2a48402e037e
children df27114c5584
files bin/rlexp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/rlexp	Wed Nov 20 06:20:25 2019 +0000
@@ -0,0 +1,2 @@
+#!/hackenv/bin/shebang_args_or_input perl -p
+s/([^0-9])([0-9])+/\1 x \2/e
\ No newline at end of file