• Preparing search index...
  • The search index is not available
@umbraco-cms/backoffice
  • @umbraco-cms/backoffice
  • packages/core/utils
  • stringOrStringArrayIntersects

Function stringOrStringArrayIntersects

  • stringOrStringArrayIntersects(
        value: string | string[],
        search: string[],
    ): boolean

    Check if a string or array of strings intersects with another array of strings

    Parameters

    • value: string | string[]

      The string or array of strings to search in

    • search: string[]

      The array of strings to search for

    Returns boolean

    Whether the string or array of strings intersects with the search array

    • Defined in src/packages/core/utils/string/string-or-string-array-contains/string-or-string-array-contains.function.ts:17

Settings

Member Visibility
@umbraco-cms/backoffice
  • Loading...

Generated using TypeDoc