Hello, I've been trying to move my iTunes library from my PC to my mac, which also means that I'll have to be changing every entry in the itunes library xml file from the file path using forward slashes "/" to that of using colons ":". I'm a newbie at regular expressions and I need this library moved really soon. Can you help me write a regular expression?
This is an example of what it currently says:
<string>file://localhost/F:/iTunes Music/artist/album/track.m4a</string>
And this is what I want it to say:
<string>Macintosh HD:Users:user:Music:iTunes:Music:artist:album:track.m4a</string>
Thank you!