Update eta.rs

Signed-off-by: Samalando <156577273+Samalando@users.noreply.github.com>
This commit is contained in:
Samalando 2024-09-01 07:49:50 +01:00 committed by Sefa Eyeoglu
parent 6f57a3eca8
commit b940703adc

View file

@ -7,7 +7,7 @@ use regex::Regex;
fn regex() -> &'static Regex {
static REGEX: OnceLock<Regex> = OnceLock::new();
REGEX.get_or_init(|| Regex::new(r"\beta\b").unwrap())
REGEX.get_or_init(|| Regex::new(r"(?i)\beta\b").unwrap())
}
const MESSAGES: [&str; 16] = [