common-stuff
    Preparing search index...

    Function extractWords

    • Extract words from text.

      Parameters

      • value: string

      Returns string[]

      extractWords('Hello-world!')
      // ['Hello', 'world']