pub const URL_SIMPLE_STR: &str = r#"(?:https?|ftps?|ftp)://[^\s<>]+[^\s<>.,]"#;Expand description
Simple URL pattern for content detection.
Less strict pattern that excludes trailing sentence punctuation (.,). Use for line length exemption checks or content characteristic detection where you just need to know if a URL exists, not extract it precisely.