I have a string representing hex numbers, like this:
778206213082061D06092A
I want to get a string like this:
0x77, 0x82, 0x06, 0x21, 0x30, 0x82, 0x06, 0x1D, 0x06, 0x09, 0x2A
So every 2 characters, I want to insert , 0x
Is this doable with Notepad++?