This page last changed on Dec 07, 2009 by csut017.

Regular Expression Email Converter

Matches the username against a regular expression pattern and modifies it according to a specified replacement. Uses the .NET regular expression language.
The find attribute contains a regular expression that is matched against the source control userid. The replace attribute contains a replacement expression that is used to modify the address. Example : Appending "@TheCompany.com" to the username

Version

Available from version 1.0

Examples

<converters>
  <regexConverter find="$" replace="@TheCompany.com" />
</converters>

Configuration Elements

Element Description Type Required Default Version
find A regular expression to match against the username and identify parts to be replaced. String Yes n/a 1.0
replace A string to replace the matched pattern in the username. String Yes n/a 1.0
Automatically Generated

Documentation generated on Monday, 7 Dec 2009 at 2:04:07 AM

Document generated by Confluence on Jan 23, 2011 08:52