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.
Plese find the below XAML file,
Main.xaml (5.7 KB)