source: trunk/essentials/sys-apps/sed/testsuite/flipcase.sed

Last change on this file was 3083, checked in by bird, 19 years ago

sed 4.1.5

File size: 40 bytes
Line 
1s,\([^A-Za-z]*\)\([A-Za-z]*\),\1\L\u\2,g
Note: See TracBrowser for help on using the repository browser.