🏠interweaveFunctionsmatchmatch Callablematch<T>(string: string, pattern: string | RegExp, process: MatchCallback<T>, isVoid?: boolean): MatchResponse<T> | nullTrigger the actual pattern match and package the matched response through a callback.Type parametersT
Trigger the actual pattern match and package the matched response through a callback.