Split a string based on Regex

Hi @Manjuts90,

Refer this post
Copy to Another excel but only the numbers - #4 by arivu96

System.Text.RegularExpressions.Regex.Replace(value1.ToString(), "[^0-9]+", string.Empty)

Regards,
Arivu