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.regexReplace的文本、正则表达式和替换内容。