We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5620ffa + ae769a2 commit ef22c18Copy full SHA for ef22c18
README.md
@@ -158,7 +158,7 @@ For example: mask only the "user" part of an e-mail address.
158
```csharp
159
public class CustomizedEmailAddressMaskingOperator : EmailAddressMaskingOperator
160
{
161
- protected override PreprocessMask(string mask, Match match)
+ protected override string PreprocessMask(string mask, Match match)
162
163
var parts = match.Value.Split('@');
164
0 commit comments