Skip to main content

normalize_glob

Function normalize_glob 

Source
pub fn normalize_glob(pattern: &str) -> String
Expand description

Normalizes a glob pattern by replacing backslashes with forward slashes. Used to ensure consistent pattern matching across platforms.