mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-05-01 02:59:09 +00:00
implemented IDStore
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use regex::Regex;
|
||||
|
||||
pub fn ParseLine(line: &str) -> Option<String> {
|
||||
pub fn parse_line(line: &str) -> Option<String> {
|
||||
let regex = Regex::new(r"(?m)^\[\+\] UID.... (.*)$").unwrap();
|
||||
let result = regex.captures(line);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user