pub fn is_valid_uri(uri: &str) -> bool
Validates if a string is a properly formatted Cloudreve URI
uri
true if the URI is valid, false otherwise
true
false