Package: effect Module: String
effect
String
It is the pipe-able version of the native matchAll method.
pipe
matchAll
Signature
declare const matchAll: (regexp: RegExp) => (self: string) => IterableIterator<RegExpMatchArray>
Source
Since v2.0.0