|
|
|
|
|
by VGHN7XDuOXPAzol
339 days ago
|
|
If you wanted to match on characters (`char`s) then you could do this with single quotes (`'+'`) Or if you wanted to do it on bytes, you could also do this, with (`b'+'`). Unsure if that would provide a meaningful boost or not |
|