In porting the ecell script from perl to python, I'd have to add case
restrictions or sprinkle the code with
structures like
Alt ( Str( "reactor", "Reactor", "REACTOR" ) )
This is because perl has a one letter case insensitive option.
Cayte