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