I need help sorting out a solution for a pattern generator.
I have an application that uses exchange formats with different patterns like
00350-ABA-0NZ0:AXYA-11/11/2012 etc.,
that have numeric and alphanumeric data separated by '-','.',":" and '/'. Now what I want to do is convert this to a generic format like nnnnn-ccc-nccn:cccc-nn/nn/nnnn where n is a digit and c is a character.
Any help/suggestions/ideas . . . Thanks CSK.