Skip to content
New issue

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 regex fix] Improve performance and don't require space after handle #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[slack regex fix] Improve performance and don't require space after handle #8

wants to merge 1 commit into from

Conversation

joealba
Copy link

@joealba joealba commented Sep 6, 2018

  • Look for 'today' in word boundaries instead of sandwiched between
    greedy .* matchers
  • Do not require a space after the foodtrucks handle in the Slack
    message

@joealba
Copy link
Author

joealba commented Sep 6, 2018

Yo @cpjolicoeur!

@cpjolicoeur
Copy link
Member

@joealba needs a rebase apparently. Also, what is the reasoning for not requiring a space after the slack handle id?

- Look for 'today' in word boundaries instead of sandwiched between
greedy .* matchers
- Do not require a space after the foodtrucks handle in the Slack
message so someone can say "@Foodtrucks, what's out there today?"
@joealba
Copy link
Author

joealba commented May 16, 2019

@cpjolicoeur I updated the commit to make it clearer. It's so someone can say "Hey @Foodtrucks, what's out there today?"

@joealba joealba closed this by deleting the head repository Sep 1, 2022
@cpjolicoeur cpjolicoeur reopened this Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants