Preparing search index...
The search index is not available
Krmx - TypeScript SDK - Reference
Krmx - TypeScript SDK - Reference
Krmx Server
usernameRegex
Variable usernameRegex
Const
username
Regex
:
RegExp
= ...
Username regex that tests the following properties:
exclusive use of the following characters: letters (a-z and A-Z), numbers (0-9), dot (.), dash (-), at (@), and underscore (_)
at least 2 and at most 32 characters long
start with a letter
no consecutive special characters (a special character is a dot (.), dash (-), at (@), or underscore (_))
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Krmx - TypeScript SDK - Reference
Krmx Base - v0.6.4
Krmx Server - v0.6.8
Krmx Client - v0.6.4
Krmx Client for React - v0.6.5
Krmx State Base - v0.0.5
Krmx State Server - v0.0.6
Krmx State Client React - v0.0.6
Username regex that tests the following properties: