Changes
Jump to navigation
Jump to search
m
Update d:Property:P1225 (NARA) ID validation, per talk & WD
function p.naraLink( id )
--P1225's format regex: ^([1-9]\d{0,78})$ (e.g. 12345678123456789) if not string.match( id, '^[1-9]%d?%d?%d?%d?%d?%d?%d?%d?$' ) then
return false
end