Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
int Replace(
	Regex pattern,
	string replace
)
Function Replace ( 
	pattern As Regex,
	replace As String
) As Integer
int Replace(
	Regex^ pattern, 
	String^ replace
)
abstract Replace : 
        pattern : Regex * 
        replace : string -> int 

Parameters

pattern
Regex
replace
String

Return Value

Int32

See Also