parsed.org

Tips by tag: uppercase

Vim Uppercase by xinu on Jan 22, 2008 09:06 AM

To take a series of lines, say from the cursor to the bottom of the file and make them uppercase, the following would be useful:

%,$s/\(.*\)/\U\1/
regexswapuppercasevivim
RSS