Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RegExp

Index

Methods

[Symbol.matchAll]

  • Matches a string with this regular expression, and returns an iterable of matches containing the results of that search.

    Parameters

    • str: string

    Returns IterableIterator<RegExpMatchArray>

Generated using TypeDoc