Ranked in these QuestionsQuestion Ranking
Pros
Pro Supports extented regular expressions
Using the \v string at the start of the pattern enables magic (extended regular expressions)
Pro Built in to Vim
You don't need to install any plugins to use vimgrep, it comes built in to vim.
Cons
Con Slower than external grep solutions
External grep programs can be much faster