Guid.isGuid Function

Determine whether the input string is "guid-like". That is, it follows the 8-4-4-4-12 pattern. This does not enforce that the string is actually in valid UUID format.

isGuid(value: string): boolean

Parameter Type Description
value string  

Returns - boolean

Defined in

Last Updated: 20 April, 2024