Click or drag to resize

ISlide ReplaceTextWithRegex Method

Replace text with regex.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void ReplaceTextWithRegex(
	Regex regex,
	string newValue
)

Parameters

regex
Type: System.Text.RegularExpressions Regex
newValue
Type: System String
See Also