Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Regex Class
Regex Methods
Replace Method
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Regex..::.Replace Method

Updated: November 2007

Within a specified input string, replaces strings that match a regular expression pattern with a specified replacement string.

  NameDescription
Replace(String, String) Within a specified input string, replaces all strings that match a regular expression pattern with a specified replacement string.
Replace(String, MatchEvaluator) Within a specified input string, replaces all strings that match a specified regular expression with a string returned by a MatchEvaluator delegate.
Replace(String, String, Int32) Within a specified input string, replaces a specified maximum number of strings that match a regular expression pattern with a specified replacement string.
Replace(String, String, String) Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.
Replace(String, String, MatchEvaluator) Within a specified input string, replaces all strings that match a specified regular expression with a string returned by a MatchEvaluator delegate.
Replace(String, MatchEvaluator, Int32) Within a specified input string, replaces a specified maximum number of strings that match a regular expression pattern with a string returned by a MatchEvaluator delegate.
Replace(String, String, Int32, Int32) Within a specified input substring, replaces a specified maximum number of strings that match a regular expression pattern with a specified replacement string.
Replace(String, String, String, RegexOptions) Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string. Specified options modify the matching operation.
Replace(String, String, MatchEvaluator, RegexOptions) Within a specified input string, replaces all strings that match a specified regular expression with a string returned by a MatchEvaluator delegate. Specified options modify the matching operation.
Replace(String, MatchEvaluator, Int32, Int32) Within a specified input substring, replaces a specified maximum number of strings that match a regular expression pattern with a string returned by a MatchEvaluator delegate.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker