Open main menu

Changes

Module:Authority control

3 bytes added, 10:49, 29 July 2019
m
Fix botched RERO regex
function p.reroLink( id )
--P3065's format regex: 0[1-2]-[A-Z][0-9]{1,9} (e.g. 02-A012345678)
if not string.match( id, '^0[1-2]%-[A-Z][0-9]%d%d?%d?%d?%d?%d?%d?%d?%d?$' ) then
return false
end
Anonymous user