Class TextRegexReplaceDto (Inputs.Text)
Constructors
constructor
new TextRegexReplaceDto( text?: string, pattern?: string, flags?: string, replaceWith?: string,): TextRegexReplaceDto Parameters
Optionaltext: stringOptionalpattern: stringOptionalflags: stringOptionalreplaceWith: string
Properties
text
text: string
pattern
pattern: string
flags
flags: string
replaceWith
replaceWith: string
Text to search in