Rob, The "\" in Regex expressions is used as an escape character for the characters that are used as commands in Regex expressions to denote that the character following it is not to be interpreted as a command but to be interpreted literally. Hence if you wish to search for a "\" which is a command character you have to precede it with another "\" , i.e "\\". The expression editor is inserting the escape character automatically for you,
David ----- David Cousens -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html _______________________________________________ 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.