Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
carlosneves
1y ago
0 comments
Save
Share
I think he's proposing a fix for the regex in the title.
/(ab?)using/ matches:
- ausing
- abusing
while /(ab)?using/ matches:
- using
- abusing
0 comments
1 comments · 1 top-level
top
newest
oldest
sbjs
1y ago
It's English, it just looks like regex. In English, the ? belongs
inside
the parens in this case.
j
/
k
navigate · click thread line to collapse