The valid characters for a Sila user handle are alphanumeric plus .
, _
, and -
You can use the following regex:
^[-a-zA-Z0-9_\.]+$
The valid characters for a Sila user handle are alphanumeric plus .
, _
, and -
You can use the following regex:
^[-a-zA-Z0-9_\.]+$