1 1.1 christos function foo() { 2 1.1 christos return "aaaaaab" 3 1.1 christos } 4 1.1 christos 5 1.1 christos BEGIN { 6 1.1 christos print match(foo(), "b") 7 1.1 christos } 8 1.1 christos 9 1.1 christos { 10 1.1 christos print match(substr($0, 1), "b") 11 1.1 christos } 12
Indexes created Wed Apr 08 00:23:23 UTC 2026