SEARCH RESULTS

Our Knowledge Base Has Moved!
This page will not be available for much longer. Please access the knowledge base via our support portal.


Regular Expressions 'RegEx' are a fast, powerful and accurate way to be able to identify exactly the text you want to extract from an area of a document. For those with some technical know-how the steps in creating Regular Expressions can be simple, for others it may take a little more time. The......

[open]

If you need to use Smart Seek to retrieve the last value of a certain structure in a block of text, you may have found this difficult. However, you can do it with 2 excellent pieces of regex syntax. These are the look ahead and the \Z (end of text) line terminator option. Assuming we want to......

[open]