BodyRegion Replace Method |
Name | Description | |
---|---|---|
![]() |
Replace(Regex, TextSelection) |
Replaces by specified pattern.
|
![]() |
Replace(Regex, String) |
Replaces all entries of matchString regular expression with newValue string.
|
![]() |
Replace(Regex, TextSelection, Boolean) |
Replaces by specified pattern.
|
![]() |
Replace(String, String, Boolean, Boolean) |
Replaces by specified matchString string.
|