Interface RegexTextPattern
Methods
replacer
- replacer(params): ReactNode
Parameters
params: {
groups: string[];
index: number;
keyPrefix: string;
match: string;
parentProps?: TextProps;
}
groups: string[]
index: number
keyPrefix: string
match: string
Optional
parentProps?: TextProps
Returns ReactNode