ServiceNowDevProgram / Points-Thing

The official application repository for the bot @Points-Thing on the sndevs.com workspace.
https://github.com/ServiceNowDevProgram/Hacktoberfest
4 stars 57 forks source link

Update regex to ignore additional white space before ++ #28

Closed earlduque closed 1 year ago

earlduque commented 1 year ago

@earl++ @earl ++ these both work but @earl ++ and more do not, we should fix it.

chelming commented 1 year ago

something like (?:\s*?\+){2} for the plusses might do it.

ashaw7697 commented 1 year ago

Assign to me please.