top | item 43912887

(no title)

feisuzhu | 9 months ago

(ab)?using ?

discuss

order

kaeruct|9 months ago

Using. But also maybe abusing.

carlosneves|9 months ago

I think he's proposing a fix for the regex in the title.

/(ab?)using/ matches:

- ausing

- abusing

while /(ab)?using/ matches:

- using

- abusing