Understanding partial masking implementation
You need to implement a function to mask credit card numbers in your application logs. The function should show the last 4 digits for identification while hiding the rest. Credit cards can be in different formats: "1234567890123456" or "1234-5678-9012-3456".
Which implementation correctly handles both formats?
Diese Übung ist Teil des Kurses
Using Data Stores in AWS
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten