isFullyQualifiedCategory

Function

Detects whether a given string is a fully qualified category. A fully qualified category is one that starts with either "/Categories/" or "/categories/".

  • isFullyQualifiedCategory(value: string) : boolean

Parameters

Parameter Type Default Notes
value Required string

The string to check.

Returns

true if the string is a fully qualified category, false otherwise.

boolean

Function defined in common/src/core/schemas/internal/categories/isFullyQualifiedCategory.ts:8