Posts by João Pimentel Ferreira • 135 points
4 posts
-
0
votes0
answers16
viewsQ: Obtain administrative division of Portugal according to the coordinates
I wanted to create an npm package in which we would have a function that as input we would give the geo-coordinates and as output we would give the parish, county and district of Portugal (official…
javascriptasked João Pimentel Ferreira 135 -
-1
votes1
answer572
viewsQ: Which Regexp to validate Portuguese registrations
I wonder what the Regular Expression validating registrations of Portugal. whereas there are such registrations in Portugal AA-00-00 00-00-AA 00-AA-00 AA-00-AA what Regexp code I have to use to…
regexasked João Pimentel Ferreira 135 -
2
votes1
answer572
viewsA: Which Regexp to validate Portuguese registrations
According to the Wikiedia Initially the sequence used was AA-00-00. In 1992 it was changed to 00-00-AA and in 2005 to 00-AA-00 which is currently in force. When it comes to an end, the introduction…
regexanswered João Pimentel Ferreira 135 -
0
votes2
answers659
viewsQ: Digitally sign documents using Citizen Card Digital Mobile Key
I developed an APP in Apache Cordova (HTML5 and Javascript), which is in production and already has thousands of users, and now I need users, Portuguese citizens, to sign a document digitally.…