Validate GUID using a regex expression.
Does not allow:
- Mismatched enclosing braces.
 
- Incorrect numbers of characters per grouping.
 
- Incorrect number of groupings.
 
- Invalid characters
 
Does allow:
- Use of enclosing braces.
 
- No enclosing braces.
 
- Use of '-' to separate groupings.
 
- Use of no '-' to separate groupings.
 
Submitted by stom - 5 years ago