1 2 3
pub const IDENTIFIER: &'static str = "[a-z][a-z0-9_]*"; pub const TEXT: &'static str = "[ -~\t]*"; pub const URL: &'static str = "([a-zA-Z0-9/_\\?=%\\-])+";