Skip to main content
Question

Document Automation extract field using regex that not case sensitive

  • March 19, 2026
  • 0 replies
  • 5 views

I am trying to find the string “tax invoice” on documents, but I need to make the regex case insensitive. Google keeps telling me to use (?i)tax invoice but the TEST REGEX PATTERN does not seem to accept this syntax. 
 

I am hoping that someone can provide some guidance on the support regex syntax library.

 

Thanks in advance, 

Cameron