Both in the change log and in referabel attributes two different wrong RegEx patterns are given as examples. From the textual description a should be a valid id-short. But it does not fit any of the two patterns. An example of a RegEx pattern that fits the textual description is ^[a-zA-Z]|[a-zA-Z][a-zA-Z0-9_-]*[a-zA-Z0-9_]$.