Memetron 5000

Recognize common internet memes using regular expressions.

Build Status Dependency Status

How

require 'lib/memetron'

matcher = Memetron::Matcher.new

matcher.match("North Korea is Best Korea") #=> :is_best

matcher.parse("Wrote a Ruby library, better drink my own piss") #=> ["Wrote a Ruby library,"]

matcher.match_and_parse("I can has meme parsed?") #=> [:i_can_haz, ["meme parsed?"]]

Why?

For the lulz.