I am sure that most readers of this site have at one point or another noticed my RegularExpression articles. Well, this past week I was looking for a very specific regular expression and thought I would share it with you. The following regular expression is used to validate a GUID value for user input. You can use this to ensure that product keys and other GUID values that you are using are in the proper format.
Back to all posts