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