I would like to search for digits in a tagfield. If the digits are followed by characters or the digits are behind characters, I want to make a white space between the digits and the characters.
Works great! Thanks for this important information.
Is this $0 something special for Mp3Tag?
According to my Regex-documentation , the $n is a "reference capture" and the \0 a "numbered backreference" - not exactly the same.