<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">hello,<br>
<br>
I use Python with some simplifications and a few extensions,<br>
as a scripting language for non-programmers.<br>
<br>
One of the simplifications is that the language should be
case-insensitive.<br>
This is done by making the code lowercase.<br>
But now the strings in the code are also converted to lowercase.<br>
<br>
Is there an easy way to make a piece of code lowercase,<br>
except all string items (single / double /triple quoted and comment) ?<br>
<br>
thanks,<br>
Stef Mientki<br>
<br>
</font>
</body>
</html>