Inserting Colons into a list of Mac Addresses

insert, replace, scripting

Solution

You could get notepad++ and do a search and replace with regex like search for (..) and replace with \1:

Problem

I have over 500 MAC addresses and I'm trying to find a simple way to insert colons between every 2 characters.

Original source