5 lines
95 B
Text
5 lines
95 B
Text
# Empty the string (line)
|
|
s/.*//
|
|
# Check for emptiness
|
|
g/.+/s//Not empty/
|
|
v/Not empty/s//Empty
|