RosettaCodeData/Task/String-interpolation-included-/Ed/string-interpolation-included-.ed
2024-10-16 18:07:41 -07:00

9 lines
138 B
Text

# by Artyom Bologov
H
,p
# Add a vertical bar to separate the template and value
2s/^/|/
,j
# Replace and print
s/X\(.*\)|\(.*\)/\2\1/p
Q