Click or drag to resize

BodyRegion Replace Method

Overload List
Name Description
Public method Replace(Regex, TextSelection)
Replaces by specified pattern.
Public method Replace(Regex, String)
Replaces all entries of matchString regular expression with newValue string.
Public method Replace(Regex, TextSelection, Boolean)
Replaces by specified pattern.
Public method Replace(String, String, Boolean, Boolean)
Replaces by specified matchString string.
Top
See Also