Regular expressions in GnuCash

Dean Gibson gnucash.stuff at mailpen.com
Sat Sep 24 12:14:12 EDT 2016


That won't work.  I tested mine;  you should test yours.  Eg, 2000 is in 
the range, but your "expression" won't include it.

On 2016-09-24 05:20, Mike or Penny Novack wrote:
> On 9/23/2016 1:12 AM, Dean Gibson wrote:
>> To select everything from "1234" to "5678" (extended regular 
>> expressions):
> ... For example:
>
> just with four digit numbers => first digit >0 and <6 => second digit 
> >1 and <7 = third digit >2 and <8 => fourth digit >3 and <9
>
> Each of those five regex's will be MUCH simpler and easier to confirm 
> correctness than a regex to do the whole thing at once.
>
> Michael D Novack



More information about the gnucash-user mailing list