Expand description
For (de-)serializing ommui id strings.
This module can be used for (de-)serializing ommui id strings. The ommui id strings are defined as text which starts with an upper- or lowercase basic latin letters followed by any number of further latin letters, numeric digits and underline characters.
Examples of valid id strings are "AnIdString", "AnotherIdString",
"anId2", "anId2", "anId2_", "anId_2" or "an_Id2".