1 { 2 for (i=1; i <= NF; i++) 3 if ($i ~ /^[a-z]+$/) { 4 print $i " is alphabetic" 5 break 6 } 7 } 8
Indexes created Tue Mar 03 05:31:39 UTC 2026