How to extract price value from this text

Hey @vinjam_likitha,

You can use regularexpressions to get that value.

System.Text.RegularExpressions.Regex.Match(TextVal,"AUD\s+\d+")

Thanks,
Sanjit