Function filter

  • Filter characters which pass a test.

    Parameters

    • x: string

      a string

    • ft: TestFunction

      test function (v, i, x)

    • Optional ths: any

      this argument

    Returns string

    characters which pass the test

Generated using TypeDoc