XPath2Functions.Replace Method (string, string, string)XPath2Functions.Replace Method (String, String, String)XPath2Functions::Replace Method (String^, String^, String^)
Implementation of the
fn:replace
function.
Parameters
- input
Type: System.StringSystem.StringSystem::String^
The input string.
- pattern
Type: System.StringSystem.StringSystem::String^
The regular expression pattern to match.
- replacement
Type: System.StringSystem.StringSystem::String^
The replacement string.