We are getting issue with fetching US state code and and zip code

we are using [A-Z ]{3}[0-9]{5}(?:-[0-9]{4})?$ to fetch code like CA 95616 of us but it gives blank when we put this in assign activity. like
System.Text.RegularExpressions.Regex.Match(pdfText,“[A-Z ]{3}[0-9]{5}(?:-[0-9]{4})?$”).Value
so kindly suggest for the same.

Hi @Nav_Jyoti_Special,

Plese find the below XAML file,
Main.xaml (5.7 KB)