1.3.3
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