I would like to put together regex for validating string which comes in format 'FIXED-AAAA-AAAA-AAAA'
where 'FIXED'
part is fixed static string and other 3 parts can contain alpha numeric characters a..Z and 0..9.
I need regex pattern for JS and PHP.