Click or drag to resize

Table Replace Method (Regex, String)

Replaces all entries of matchString regular expression with newValue string.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public override int Replace(
	Regex pattern,
	string replace
)

Parameters

pattern
Type: System.Text.RegularExpressions Regex
Pattern
replace
Type: System String

Return Value

Type: Int32

Implements

IBodyRegion Replace(Regex, String)
See Also