Good morning Veera,
We can do this very easily using regular expressions.
Try this in an assign stage:
string b= System.Text.RegularExpressions.Regex.Replace(“string_Variable”,“\D”,“”)
Source:
Good morning Veera,
We can do this very easily using regular expressions.
Try this in an assign stage:
string b= System.Text.RegularExpressions.Regex.Replace(“string_Variable”,“\D”,“”)
Source: