I have these html title tags with titles separated by some : (maybe two or three or four, or whatever), and I need to reverse their order like the following example:
<title>text1: text2: text3: text4 | sitename</title>
sometimes they are more or less : I mean more or less only text1, 2 ,3 or more than text4 separated by :
output: text4: text3: text2: text1 | sitename
P.S. I use notepad++ and I need to edit this in bulk for many files..
Thanks,