You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking about normalizing all the license plate data in an object of its own so we can avoid the filtering upon filtering in all administrative regions which can cause performance issues. We could add other data as well that might be leveraged in future utils(e.g. returning the region/unit if a license plate is valid).
Normalized data could look something like this. The pattern field will have the same values as carPlatesPattern array.
Add
validateLisencePlate
function tovalidationUtils.ts
module.The text was updated successfully, but these errors were encountered: