The following workeed in EdSharp:Re: Dot Net Regular Expression Question

  • From: Jamal Mazrui <empower@xxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Thu, 19 Jun 2008 16:56:44 -0400 (EDT)

^[^a-z]*[A-Z]+[^a-z]*$

This assumes the English alphabet, at least one capital letter on a
line, and no lower case letters on the line.

Jamal
On Thu, 19 Jun 2008
james.homme@xxxxxxxxxxxx wrote:

> Date: Thu, 19 Jun 2008 12:29:32 -0400
> From: james.homme@xxxxxxxxxxxx
> Reply-To: programmingblind@xxxxxxxxxxxxx
> To: programmingblind@xxxxxxxxxxxxx
> Subject: Dot Net Regular Expression Question
>
>
> Hi,
> Using Dot Net regular expressions, how do I represent a single line of
> text, no matter what it is, from beginning to end, in upper case?
>
> Thanks.
>
> Jim
>
> James D Homme, Usability Engineering, Highmark Inc.,
> james.homme@xxxxxxxxxxxx, 412-544-1810
>
> "it is only possible to live happily ever after on a day-to-day basis." --
> Margaret Bonnano
>
> Highmark internal only: For usability and accessibility:
> http://highwire.highmark.com/sites/iwov/hwt093/
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts:

  • » The following workeed in EdSharp:Re: Dot Net Regular Expression Question