Hi, In the function Import Bills & Invoices, there is the option to use a custom regular expression to match the import file to the GnuCash fields. In that regular expression, I want to use regex generic character types (e.g. \S for non white space characters), and hex codes (\xHH).
But when I enter e.g. \S in the dialog box, it is converted to \\S in the resulting regular expression (checked that in the debugger), bungling up the matching process. Is this a bug? Or is there some other way to enter \S, \xHH etc. in the custom regular expression? Using GnuCash maint on macOS High Sierra. Regards, Rob Laan _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.