You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to add the following regex and strip the things in code from the slack points business rule;
((```)|(`))((.|\s))(.)(\s?@?(\S+)\s?++)((.|\s*))((```)|(`))
Pretty much if it starts with ``` or ` followed by any thing until it hits ++ and ends in ``` or `, find it.
I'll then replace it.
To prevent the assignment of points to erroneous things like the letter
i
, ignore++
when it is found inside a code block.It should be possible to detect this by determining if the target is inside ` or ```
The text was updated successfully, but these errors were encountered: