jed-users mailing list

[2003 Date Index] [2003 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: string2array ?


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]