I'm a hack...there, I said it.

Need help with a simple elisp function.  I want to 
take a string, strip out all lower-case characters,
and down-case the resulting string.

So, for example,
  (my-func "NumberFormatException") yields "nfe"
  (my-func "IOException")           yields "ioe"

I can write a function to do it using my elementary knowledge
of low-level elisp functions, but I'm SURE there's an easy
way to do this (or might even already be such a function in
JDE???)

Thanks in advance,
greg_fenton.

=====
Greg Fenton
[EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

Reply via email to