microsoft / BotFramework-Hubot

Hubot adapter for botframework
MIT License
111 stars 40 forks source link

Refactor HubotResponseCards regex to use a libary for generating regex templates for commands #35

Open MSMeMend opened 6 years ago

MSMeMend commented 6 years ago

Refactoring the keys of the HubotReponseCards data structure to use a different form of template matching such as MatchstickJS. The idea is to replace the need to have hard coded regexes to match with.