PDF version of this page

A few comments on what you can do with RegEx

Regular Expressions are used as the expression logic in FormTrap due to its power to isolate anything you might require and for standards of its documentation.

The common Regular Expressions are included in the list shown by the Wizard, and you are free to add your own expressions to this list. Some expressions contain FIXME as a placeholder for "Equal to", "Not equal to", "Contains" and "Does not contain" and others. For these, please select then change FIXME to whatever you want to test for (or not for).

This shows the RegEx "contains one of these two" modified to accept either "Credit Amount" or "Total" as values for the Total Type field.

Total Credit Amount

Documentation of RegEx is on the web at any number of sites. We find these useful:

Support is not available under our Support and Upgrades contract with customers. If you have issues with RegEx and/or require new RegEx made for you we will do this at our then current consulting rates, in 15 minutes increments (current rates for calendar 2019 are AUD $75/15 minutes and USD $50/15 minutes).

Top