The regular expression that is used to validate a GUID string. Can be used to check that a string is a valid regex
before passing it to the Guid constructor
Const regexSquareBrackets
regexSquareBrackets:RegExp = /^\[(.+)\]$/
A regular expression that can remove square brakcets from a GUID (or any string)
The regular expression that is used to validate a GUID string. Can be used to check that a string is a valid regex before passing it to the Guid constructor