How to find out if a string is in uppercase only
leifwessman_at_hotmail.com
Date: 08/28/04
- Previous message: Pascal Bourguignon: "Re: Xah Lee's Unixism"
- Next in thread: Anno Siegel: "Re: How to find out if a string is in uppercase only"
- Reply: Anno Siegel: "Re: How to find out if a string is in uppercase only"
- Reply: Brian McCauley: "Re: How to find out if a string is in uppercase only"
- Reply: Bart Van der Donck: "Re: How to find out if a string is in uppercase only"
- Reply: John W. Krahn: "Re: How to find out if a string is in uppercase only"
- Reply: Jürgen Exner: "Re: How to find out if a string is in uppercase only"
- Maybe reply: Leif Wessman: "Re: How to find out if a string is in uppercase only"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Aug 2004 23:58:33 -0700
Hi!
How do I find out if a string is uppercase only? I've searched cpan for
a suitable module, but found nothing.
This is what I'm looking for:
is_uppercase("UPPERCASE ÅÄÖ") # TRUE
is_uppercase("UPPERCaSE ÅÄÖ") # FALSE
Thanks for any input on how to create such a method.
Leif
Note: ÅÄÖ is swedish characters.
- Previous message: Pascal Bourguignon: "Re: Xah Lee's Unixism"
- Next in thread: Anno Siegel: "Re: How to find out if a string is in uppercase only"
- Reply: Anno Siegel: "Re: How to find out if a string is in uppercase only"
- Reply: Brian McCauley: "Re: How to find out if a string is in uppercase only"
- Reply: Bart Van der Donck: "Re: How to find out if a string is in uppercase only"
- Reply: John W. Krahn: "Re: How to find out if a string is in uppercase only"
- Reply: Jürgen Exner: "Re: How to find out if a string is in uppercase only"
- Maybe reply: Leif Wessman: "Re: How to find out if a string is in uppercase only"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]