Axinom Mosaic Libraries
    Preparing search index...
    asDbIdentifier: ExtensionFn<string> = ...

    Checks that string

    • only contains lowercase letters, numbers, underscores,
    • is not longer than 63 characters,
    • does not start with a number.

    Validation passes if value is empty. If it must fail, delegate this check to .required() extension method.