pub fn is_valid_workspace_id(id: &str) -> bool
Whether id is a valid workspace id: [A-Za-z0-9][A-Za-z0-9_-]* (R-def).
id
[A-Za-z0-9][A-Za-z0-9_-]*