Visual Studio - Regex Find and Replace for CSS .Class and #id
Recently I've been working on a project which was needed to be retroactively be included into varying 3rd party application which meant that all the CSS written needed to be prefixed uniquely and because of the sheer size of the CSS the only possible solution was through using Regex find and replace.

