Hi
the expression is
system.Text.RegularExpressions.Regex.Replace(str_input,“[[\d]+]”,System.Text.RegularExpressions.Regex.Match(str_input,“\w[\d]+\w\w”).ToString).ToString
where str_input is the string varaible holding the string input
and it worked