RosettaCodeData/Task/Empty-string/Ed/empty-string.ed
2024-10-16 18:07:41 -07:00

5 lines
95 B
Text

# Empty the string (line)
s/.*//
# Check for emptiness
g/.+/s//Not empty/
v/Not empty/s//Empty