Blog
jPaq – Changes In Wildcard Expression Parsing
After reviewing this page, I realized that I need to fix some of the ways that jPaq converts wildcard expressions into regular expressions. The first thing I need to do is have the @ character act as a meta-character equivalent to the + meta-character in a regular expression. The next Read more…