bws::util

Constant VALID_POSIX_NAME_REGEX

source
const VALID_POSIX_NAME_REGEX: &str = "^[a-zA-Z_][a-zA-Z0-9_]*$";