An implementation of IStringFormatter that finds and replaces one or all instances of a pattern in the input string with a specified value.

Namespace:  Endeca.Web.Url.Seo.Formatting
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public class RegexReplacementStringFormatter : IStringFormatter
Visual Basic (Declaration)
Public Class RegexReplacementStringFormatter _
	Implements IStringFormatter
Visual C++
public ref class RegexReplacementStringFormatter : IStringFormatter

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Seo.Formatting..::.RegexReplacementStringFormatter

See Also