Enums§
Functions§
- command_
echo - is_
valid_ account_ name - Returns
trueifnameis a valid account name: non-empty and matching[a-z0-9_-](lowercase alphanumeric, hyphens, underscores). - parse_
input_ line
true if name is a valid account name: non-empty and matching
[a-z0-9_-] (lowercase alphanumeric, hyphens, underscores).