[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

SEARCHING FOR CAPS



I'm working on a program to squeeze a bunch of paragraphs together, but to do
this I will need to search for a line where all the letters are in CAPS. Is
there an easy way to do this that I've missed in all the books, app notes,
etc., or am I going to have to check letter by letter against a master list of
characters? I can do this, but it sounds like it would be super slow.
Suggestions?