aboutsummaryrefslogtreecommitdiffstats
path: root/test/icasers.awk
blob: 8fdc826bcfaf48253fbc77f9c54a6472a000d448 (plain)
1
2
BEGIN { RS = "[[:upper:]\\n]+" }
{ print ; IGNORECASE = ! IGNORECASE }