shouting versus dotting

Sean Kelly sean at invisibleduck.org
Sun Oct 5 09:02:53 PDT 2008


Andrei Alexandrescu wrote:
> Sean Kelly wrote:
>>
>> Will do.  It's easy enough to search-replace '!' with '.'
> 
> You'll need a sed expression to not catch unary ! and != as well.

Nah, just replace "!(" with ".("  I basically never use "!(exp)" in 
conditions so there should be no problems.


Sean



More information about the Digitalmars-d mailing list