Finding GUIDs in Visual Studio Project

Sometimes it’s useful to be able to find GUIDs in your project – especially when a previous Sitecore partner has hard-coded GUIDs in various user controls and classes throughout the site.

Anyway, the regex to run in Visual studio is:
[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}

Finding GUIDs in Visual Studio Project

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.