effect-io-ai

Package: effect
Module: String

String.matchAll

It is the pipe-able version of the native matchAll method.

Signature

declare const matchAll: (regexp: RegExp) => (self: string) => IterableIterator<RegExpMatchArray>

Source

Since v2.0.0