Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsNotSubstring"

Index

Functions

Functions

isNotSubString

  • isNotSubString(value: string, target: string): boolean
  • Checks if the value is not a substring of the target. If given value is not a string, then it returns false.

    Parameters

    • value: string

      The value being checked.

    • target: string

      The target value to perform the check against.

    Returns boolean

    True if the value is a not a substring of the target, false otherwise.

Generated using TypeDoc