in reply to Re: Re: Testing a string for a range of charactersin thread Testing a string for a range of characters
my @array = get_block_of_data; data_is_bad if join("", @array) =~ /[^A-Z]/; [download]