Here is a funky matching that I need to accomplish.
A5.1.9.11.2
Needs to become:
A05.01.09.11.02
The amount of DOT sections will vary from none to many. And the letter "A" will always be there and always be 1 character.
I would like to use the regexp_replace() function in order to use this as a sorting mechanism. Thanks.