Skip to main content

is_valid_uri

Function is_valid_uri 

Source
pub fn is_valid_uri(uri: &str) -> bool
Expand description

Validates if a string is a properly formatted Cloudreve URI

§Arguments

  • uri - URI string to validate

§Returns

true if the URI is valid, false otherwise