matchLinks Function
matchLinks(text: string): { index: number, lastIndex: number, schema: string, url: string }[]
| Parameter | Type | Description |
|---|---|---|
| text | string |
Returns - { index: number, lastIndex: number, schema: string, url: string }[]
Defined in
Last Updated: 14 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.