Posts by Weider Lima • 21 points
1 post
-
2
votes3
answers6001
viewsA: Regex returns False when validating card
To validate the current standard and standard (Br) of cards, use this simple script for validation of standard cards and current cards using Javascript (vanilla) Regex: let plate = "ABC1234"; let…