How to validate GUID is a GUID

后端 未结 9 1780
执念已碎
执念已碎 2020-12-23 15:39

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?

9条回答
  •  情话喂你
    2020-12-23 16:13

    see http://en.wikipedia.org/wiki/Globally_unique_identifier

    There is no guarantee that an alpha will actually be there.

提交回复
热议问题