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 GitHub
parent 6f57a3eca8
commit 0efb188a1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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] = [