Skip to content

1.3.3

Compare
Choose a tag to compare
@djesusnet djesusnet released this 27 Oct 14:25
· 61 commits to main since this release
16d2c70

What's Changed

Mask License Plate

Mask Brazilian license plates (old and Mercosul formats), showing only the first 3 characters:

using Maskify.Core;

string licensePlate = "BRA2E19";
string maskedLicensePlate = Masker.MaskLicensePlate(licensePlate);
Console.WriteLine(maskedLicensePlate); // Output: BRA****

New Contributors

Full Changelog: 1.0.0...1.3.3