I have a need

DaveC49 davidcousens at bigpond.com
Thu Sep 22 19:41:47 EDT 2016


Just a small add on to John Morris's comment. 
There are plenty of online tools for helping to construct and test Regex
expressions which also function as learning aids. It may be better to
reference these in any FAQ rather than reinvent the wheel to create yet
another explanation of Regex. 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.

E.g.
*Reference*
https://en.wikipedia.org/wiki/Regular_expression
https://msdn.microsoft.com/en-us/library/ae5bf541(v=vs.100).aspx
http://www.regular-expressions.info/reference.html
http://www.w3schools.com/jsref/jsref_obj_regexp.asp
http://www.rexegg.com/regex-quickstart.html
http://www.regular-expressions.info/
*Expression checkers*
http://regexr.com/
http://www.regextester.com/
http://www.freeformatter.com/regex-tester.html
http://www.perlfect.com/articles/regextutor.shtml

David



--
View this message in context: http://gnucash.1415818.n4.nabble.com/I-have-a-need-tp4686662p4686701.html
Sent from the GnuCash - User mailing list archive at Nabble.com.


More information about the gnucash-user mailing list