need to convert a word/pattern to uppercase in vi
You can use this to convert all matches to uppercase
:%s/matchtofind/\U&/g
need to convert a word/pattern to uppercase in vi
You can use this to convert all matches to uppercase
:%s/matchtofind/\U&/g