Changes for version 2.3

  • Stingy matching is now available.
  • Also the greedy matching got a little bit stingier: earlier a match contained the next character if possible, for example one unused deletion. It does that no more. This is evident in the $` $& $' and asubstitute().

Modules

match and substitute approximately (aka fuzzy matching)