6 ms·
Using. But also maybe abusing.
by kaeruct 1y ago
Using. But also maybe abusing.
- carlosneves 1y agoI think he's proposing a fix for the regex in the title. /(ab?)using/ matches: - ausing - abusing while /(ab)?using/ matches: - using - abusing
- sbjs 1y agoIt's English, it just looks like regex. In English, the ? belongs inside the parens in this case.