Class TextReplaceDto (Inputs.Text)
Constructors
constructor
new TextReplaceDto( text?: string, search?: string, replaceWith?: string,): TextReplaceDto Parameters
Optionaltext: stringOptionalsearch: stringOptionalreplaceWith: string
Properties
text
text: string
search
search: string
replaceWith
replaceWith: string
A text, what to look for in it and what to put in its place, for
text.replaceAll.