Philip Rowlands <[EMAIL PROTECTED]> wrote:
> On Mon, 5 Nov 2007, Jim Meyering wrote:
>> In that locale [A-Z] looks like AbBcCdD...
>
> Sneaky :) I will use [A-Za-z] in the future (and advise the person who
> reported the issue to me).

:)
if you want to check for upper case, use [[:upper:]], e.g.,

  expr A : '[[:upper:]]'


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to