From aobdeijn@wins.uva.nl  Thu Aug 17 11:01:01 2000
Received: from mbox.wins.uva.nl (root@mbox.wins.uva.nl [146.50.16.20])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id LAA11961
	for <prolog@swi.psy.uva.nl>; Thu, 17 Aug 2000 11:00:56 +0200 (MET DST)
Received: from ow35.wins.uva.nl [146.50.8.78]
          by mbox.wins.uva.nl with ESMTP (sendmail 8.10.2/config 9.1).
          id e7H916v25017; Thu, 17 Aug 2000 11:01:06 +0200 (MET DST)
Received: from localhost [127.0.0.1]
          by ow35.wins.uva.nl with ESMTP (sendmail 8.10.2/config 9.1).
          id e7H914o23184; Thu, 17 Aug 2000 11:01:04 +0200 (MET DST)
X-Organisation: Faculty of Science
                University of Amsterdam
                The Netherlands
X-Address:      See http://www.science.uva.nl/location
Sender: aobdeijn@wins.uva.nl
Message-ID: <399BA9CD.811BD224@wins.uva.nl>
Date: Thu, 17 Aug 2000 11:01:02 +0200
From: "A. Obdeijn" <aobdeijn@wins.uva.nl>
Reply-To: aobdeijn@wins.uva.nl
X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.6 sun4u)
X-Accept-Language: en
MIME-Version: 1.0
To: prolog@swi.psy.uva.nl
Subject: replace Capital letters
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Can anyone tell me if there's a simple way to replace CAPITAL LETTERS by
small letters, in a list of words?

the case is the following:
i ask for a sentence, the user writes a sentence, including capital
letters, and then i want to parse this sentence,
which is not possible, since the capitals are seen as variables. So what
i want to do is replace the capitals by normal letters.

Arnold


