Slack performs encoding of special characters `&` `<` `>`. Those should be unencoded by the app but currently aren't. So when in slack I type `@myBot find students of MSc & MBA` what is actually returned by `match` is `#<MatchData "find students of MSc & MBA"`
Slack performs encoding of special characters
&<>. Those should be unencoded by the app but currently aren't.So when in slack I type
@myBot find students of MSc & MBAwhat is actually returned bymatchis#<MatchData "find students of MSc & MBA"