Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsSuperString"

Index

Functions

Functions

isSuperString

  • isSuperString(value: string, target: string): boolean
  • Checks if the string value contains 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 super string of the target, false otherwise.

Generated using TypeDoc