If the invoice number is numeric only, try this one:
Fakturanr\.:[\x20]*(\d*)
The number will go into the 2nd capturing group, as exemplified in the attached screenshot where it is being extracted to a custom field named number.
Regarding the 5 digits validation. What kind of feedback you have in mind when that occurs?