Regular expressions are a generalized pattern language that BIC uses for format analysis. With regular expressions, the engines can identify strings that match a specified pattern in a document’s text.
Use regular expressions if you have problems getting the correct candidates for field extraction with simple expressions. Regular expressions precisely describe the candidates you are looking for.