e.g Track 01 Name
to Track 01 Name
Is this possible, as currently, pressing spacebar twice in the 'Replace' field does not detect the double-spaces in the filenames.
kingmustard wrote:e.g Track 01 Name
to Track 01 Name
Is this possible, as currently, pressing spacebar twice in the 'Replace' field does not detect the double-spaces in the filenames.
Admin wrote:Hi, double space does seem to work in Replace (3) as the standard Space (SP) code 20.
Maybe the file names contain other type of spaces , eg : https://www.compart.com/en/unicode/category/Zs ?
Match: \regex\\s\s
With: <sp> (an actual spacebar space)