- Subject: Re: string2array ?
- From: "John E. Davis" <davis>
- Date: Tue, 18 Feb 2003 15:13:16 -0500
Guenter Milde <milde@xxxxxxxxxxxxxxxxxxxx> wrote:
> What I want to do is doing a comparision on the array to find
> out at which places str contains uppercase characters:
>
>upcase = where(str2array(str) < 97));
Try something like this:
upcase = where (bstring_to_array(str) == bstring_to_array(strup(str)));
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2003 date index]
[2003 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]