I have a need

prl prl at ozemail.com.au
Fri Sep 23 00:43:47 EDT 2016


On 23/09/2016 09:41, DaveC49 wrote:
> Regex is a pattern matching search rather than
> a numerical search and is probably overkill for just finding a range of
> numbers however imported cheque numbers, invoice numbers etc may not also be
> strictly numeric or in a form for which a numerical search can be effective
> e.g. leading zeroes and alphabettic or symbolic content.

Writing a regex to match a precise range of numbers (even if just 
integers)  would be clunky. It's probably not a good introductory 
exercise in regular expressions.

Peter




More information about the gnucash-user mailing list