I want to replace a user define format like...
ABC-####-09
to
ABC-0023-09
How many leading zero should be decide over how many '#' sign in format, and the length of default value to replace (23 in this case).
Is there any regular expression pattern to do this?
Thanks...