ReplaceAllParams<CapturedGroupArguments>
Parameters for replaceAll.
Import:
import type { ReplaceAllParams } from 'obsidian-dev-utils/string';Signature:
export interface ReplaceAllParams<CapturedGroupArguments extends string[]>Properties
| Property | Type | Description |
|---|---|---|
| $string | string | The string in which to perform replacements. |
| replacer | Replacer<CapturedGroupArguments> | A replacer function that generates replacement strings, or a string to replace with. |
| searchValue | RegExp | string | The string or regular expression to search for. |
Links to this page: