Comment on (ab?)using Node module hooks to speed up developmentComments−feisuzhu1y(ab)?using ?−kaeruct1yUsing. But also maybe abusing.−carlosneves1yI think he's proposing a fix for the regex in the title./(ab?)using/ matches:- ausing- abusingwhile /(ab)?using/ matches:- using- abusing−sbjsOP1yIt's English, it just looks like regex. In English, the ? belongs inside the parens in this case.
Comments
(ab)?using ?
Using. But also maybe abusing.
I think he's proposing a fix for the regex in the title.
/(ab?)using/ matches:
- ausing
- abusing
while /(ab)?using/ matches:
- using
- abusing
It's English, it just looks like regex. In English, the ? belongs inside the parens in this case.