Function biodivine_sketchbook::sketchbook::utils::assert_name_valid
source ยท pub(crate) fn assert_name_valid(name: &str) -> Result<(), String>
Expand description
Check if a name string is valid, return Error otherwise.
Currently, all names that do not contain newlines are valid.