RosettaCodeData/Task/Empty-string/Ed/empty-string.ed

6 lines
95 B
Plaintext

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