I am working on a hubot slack integration, but have hit a bit of a brick wall. I am trying to get hubot to respond to this regex
(\d{4}\-){3}\d{4}
But for some reason it will not work.
Code Snippet
robot.respond /(\d{4}\-){3}\d{4}/i, (msg) ->
msg.send "Words, Words, Words"
Any help would be greatly appreciated.
Regards, Austin