I need a little help. I need to substitute a ^ for a - but only in certain instances. This is an example I need a fix for - for the string 'abcd-efgh_zzzz_xxxx-1-99' I only need to replace the - if the hyphen is located next to a number. So in the example the correct result should be 'abcd-efgh_zzzz_xxxx^1^99'
Anyone?
Anyone?