Paragraph
Replace Method (Regex, String)
|
Namespace:
Spire.Doc.Documents
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
)
Public Overrides Function Replace (
pattern As Regex,
replace As String
) As Integer
public:
virtual int Replace(
Regex^ pattern,
String^ replace
) override
abstract Replace :
pattern : Regex *
replace : string -> int
override Replace :
pattern : Regex *
replace : string -> int
Parameters
-
pattern
-
Type:
System.Text.RegularExpressions
Regex
-
replace
-
Type:
System
String
Return Value
Type:
Int32
Implements
IBodyRegion
Replace(Regex, String)
IBodyRegion
Replace(Regex, String)
See Also