How to determine if a string contains a GUID vs just a string of numbers.
will a GUID always contain at least 1 alpha character?
see http://en.wikipedia.org/wiki/Globally_unique_identifier
There is no guarantee that an alpha will actually be there.