in reply to Re: Re: Golf challenge: match U.S. State names
in thread Golf challange: match U.S. State names

Sorry, but your expression makes '.*' an honorary state :-)

That's why dws uses '\w\w' instead of '..' in his answer.

  • Comment on Re: Re: Re: Golf challenge: match U.S. State names