We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
@myBot find students of MSc & MBA
match
#<MatchData "find students of MSc & MBA"
The text was updated successfully, but these errors were encountered:
As long as we preserve backwards compatibility or make a clear breaking change and allow raw data to be retrieved I'd take a PR.
Sorry, something went wrong.
No branches or pull requests
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 bymatch
is#<MatchData "find students of MSc & MBA"
The text was updated successfully, but these errors were encountered: