redpatterns 0.2.0

a list of patterns for scanners 📟
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
test {
    match 'AKIAXJKKN74EG733NUVK';
    match 'ASIAZ4QTA4CVIMNB5EP5';
    match in '"AKIAXJKKN74EG733NUVK"';
    reject 'akiaxjkkn74eg733nuvk';
}

disable unicode;

<:(
("A3T" [ascii_upper digit] | "AKIA" | "AGPA" | "AROA" | "AIPA" | "ANPA" | "ANVA" | "ASIA")
[ascii_upper digit]{16}
)>