2015-04-26 23:40 GMT+02:00 Andriy Rysin :
> Looks like in regexp is case sensitive by default, but in
> it's not. Is this only for me? If not was this by design?
>
It is the other way around: regexp is case insensitive and
regexp is case sensitive. I'd prefer both to be case insensitive by
d
Looks like in regexp is case sensitive by default, but in
it's not. Is this only for me? If not was this by design?
I would never notice as most of the time I just add tests for one case
(usually lower) and don't try the uppercase. The user pointed this
problem to me.
Thanks
Andriy