Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-08-31 08:08
Flavor·PCRE (Legacy)

/
^(\d{12})([A-HK-MRT-Y]{1})$
/
gm
Open regex in editor

Description

Basic validation of UK student UCI numbers. Please note that further validation must be done to confirm the final character ( the 'control character') is correct: http://www.wjec.co.uk/exam-officers/entries/unique-candidate-identifiers.html

Submitted by GeekJosh