Skip to content

ReplaceAllParams<CapturedGroupArgs>

Parameters for replaceAll.

Import:

import type { ReplaceAllParams } from 'obsidian-dev-utils/string';

Signature:

export interface ReplaceAllParams<CapturedGroupArgs extends string[]>

Properties

PropertyTypeDescription
replacerReplacer<CapturedGroupArgs>A replacer function that generates replacement strings, or a string to replace with.
searchValueRegExp | stringThe string or regular expression to search for.
strstringThe string in which to perform replacements.

Links to this page: