Re: [GNC] Import Bills & Invoices: how can I use e.g. \S in the custom regular expression for import?

2018-12-22 Thread John Ralls
You might get some insight from the Description section of https://developer.gnome.org/glib/stable/glib-Perl-compatible-regular-expressions.html , in particular the bit about UTF8. Regards, John Ralls > On

Re: [GNC] Import Bills & Invoices: how can I use e.g. \S in the custom regular expression for import?

2018-12-22 Thread Rob Laan
Hi John, Well, I have to take it all back. Using \S etc.does work in this situation. The problem is only with matching the \xHH values. I still don’t understand why it won’t match with the \xHH values, but I have some clues that I will look into. I also tested the issue of the bug you referred