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¶
1<converters>
2 <regexConverter find="$" replace="@TheCompany.com" />
3</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, 26 May 2014 at 7:18:00 AM