Hello everyone,
I'm trying to create a pattern matching rule that will capture a suite number from an address.
Example 1: 100 W Balboa Ave, Suite 1/2 pattern ,.(.+)>
Example 2: 100 W Balboa Ave. #1/2
Since i'm u sing Zone OCR in quickfields to capture the address on some documents instead of giving me a comma it gives me period which them makes my pattern matching not work. How do i make pattern matching that look for either a comma or period and break up the address.