Help building correct Regular Exprssions - https://regex101.com/

Please be aware that this regular expression only works if your fourth value (\d{3}) always has exactly 3 numbers. As you can see in this regex101-examples, some possible variants would not match.

IMHO if you really only need the DISCNUMBER from the directory name It would be easier to use the Convert Filename -> Tag and this formatstring:
%dummy% v03CD%DISCNUMBER% %dummy%\%dummy%


The Convert function has also the advantage that you can immediately see the result as
DISCNUMBER 15
For more details about the Convert Filename -> Tag please see the F.A.Q:.

This does not at all mean that your contribution is not valuable. It is just important to know that regular expressions only works for exactly the situation they were built for.