Skip to main content

FILENAME_RE

Constant FILENAME_RE 

Source
const FILENAME_RE: &str = r"^[a-zA-Z0-9_.\-]+$";
Expand description

文件名白名单正则:仅字母数字下划线点连字符(防路径穿越)。