Update eta.rs
Signed-off-by: Samalando <156577273+Samalando@users.noreply.github.com>
This commit is contained in:
parent
6f57a3eca8
commit
b940703adc
1 changed files with 1 additions and 1 deletions
|
@ -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] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue