Hello,
You can use this expression: ^FKDOC\d{16}$ . It means that it will capture at the beginning of the string by FKDOC followed by 16 digits (0-9).
^FKDOC\d{16}$
FKDOC