effect-io-ai

Package: effect
Module: String

String.match

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

Signature

declare const match: (regexp: RegExp | string) => (self: string) => Option.Option<RegExpMatchArray>

Source

Since v2.0.0