I would like to search for all uppercase words in a file but I have no idea how to do it (or if it's possible). I found this solution here on stackoverflow, but it doesn't work on vim.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
From command mode, assuming you do not have the option
or
Finds any string of capital letters greater than length one surrounded by word boundaries. The second form uses 'very-magic'. |
|||||||||||||||
|
|
The shortest answer: |
|||||||||||||||
|
|
If you want a list of all the matching uppercase words (i.e. you aren't interested in jumping from one word to the other), you can use:
With:
|
|||
|
|