String/isUpperCase?

From: jim (jblduron_at_bright.net)
Date: 10/31/03


Date: Fri, 31 Oct 2003 11:22:26 -0500

I'm new to java and could use some help with a program that reads a string
and counts the Upper Case letters. I tried isUpperCase but it was only doing
a character not the whole string. Do I need some sort of next command or can
I change the string to something else? any help would be appreciated.

Jim



Relevant Pages

  • Re: Find uppercase letter in a string
    ... How can I get 2 rows where there is two uppercase letters in the same ... thing I can think of to count upper case letters ... in a string field is to write a function. ...
    (microsoft.public.access.queries)
  • Re: Keeping only capital letters
    ... I am trying to write a recursive function that that takes in a ... letters by using recursion. ... I know that the function isstrprop determine whether string is of ... specified category, and I can specify upper case, but I don't know ...
    (comp.soft-sys.matlab)
  • Re: Find uppercase letter in a string
    ... How can I get 2 rows where there is two uppercase letters in the same ... thing I can think of to count upper case letters ... Dim sTest As String ...
    (microsoft.public.access.queries)
  • Keeping only capital letters
    ... I am trying to write a recursive function that that takes in a string ( ... of alpha, sytax, lower and upper case letters) and returns only capital ... letters by using recursion. ...
    (comp.soft-sys.matlab)
  • Re: adding a text string to data from one field in one database to another
    ... function that blocks anything but numbers or letters. ... Dim stAllowedChars as string ... dim stFrom as string stTo as string ... dim iPtr as integer. ...
    (comp.databases.ms-access)