is_blank

Function is_blank 

Source
pub fn is_blank(text: &str) -> bool
Expand description

正则表达式验证

正则表达式:r"^\s*$"