Post History
awk, 12 bytes Print nothing if false, 1 if true $0=/[abipq]/ replace input with result of match no match: assigns false (empty string) ⇒ default print action is skipped match: assigns tr...
awk, 12 bytes Print nothing if false, 1 if true $0=/[abipq]/ replace input with result of match no match: assigns false (empty string) ⇒ default print action is skipped match: assigns tr...