From: Fabian Streitel Date: 2009-09-10T02:55:37+09:00 Subject: [ANN] Joker -- Wildcards for Ruby --00504502ca872dc955047328ca81 Content-Type: text/plain; charset=ISO-8859-1 Hi folks, I'm proudly presenting: # Joker # http://karottenreibe.github.com/joker Joker is a Wildcard implementation for Ruby. ## Features ## * Behaves much like Regexp * ` * ` and ` ? ` as wildcard characters * ` \ ` for escaping * `\a` matches `\a`, but not `a` * Wildcards must always match whole string * Wildcards can be case insensitive Visit the website to see a small example etc. Greetz! --00504502ca872dc955047328ca81--