summaryrefslogtreecommitdiff
path: root/test/icasers.awk
blob: 933e3bf7c10be1756d2ffce7c21d7cb4fb929299 (plain)
1
2
BEGIN { RS = "[[:upper:]]+" }
{ print ; IGNORECASE = ! IGNORECASE }