hi @vivekktr
based on the regular expression use is match activity give the string input and pattern you have mentioned
then in for each item use remove activity which can remove the characters based on assign activity
Thanks
Ashwin S
check out this site and build your own reguler expressions as per your string pattern.
System.Text.RegularExpressions.Regex.Replace(InputText,“[a-z]+”,“”)