Hey @vinjam_likitha,
You can use regularexpressions to get that value.
System.Text.RegularExpressions.Regex.Match(TextVal,"AUD\s+\d+")
Thanks,
Sanjit
Hey @vinjam_likitha,
You can use regularexpressions to get that value.
System.Text.RegularExpressions.Regex.Match(TextVal,"AUD\s+\d+")
Thanks,
Sanjit