Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / operations/ods / isUuid

Function: isUuid()

isUuid(value): boolean

Defined in: packages/b2c-tooling-sdk/src/operations/ods/sandbox-lookup.ts:65

Checks if a string is a valid UUID.

Parameters

value

string

The string to check

Returns

boolean

true if the value is a valid UUID

Released under the Apache-2.0 License.