aboutsummaryrefslogtreecommitdiff
path: root/tests/pattern
AgeCommit message (Expand)AuthorFilesLines
12 dayschore: enforce fully strict static typing across library, tests, and tooling ...natsuoto3-17/+3
13 daysfeat(pattern): Pattern.__call__ delegates to .test so validators double as ca...natsuoto1-0/+32
2026-07-11refactor: eliminate suppression comments and internal-import tests, delete no...natsuoto3-5/+5
2026-07-01feat!: to_regex() returns the Regex wrapper instead of raw re.Patternnatsuoto1-1/+1
2026-07-01feat: convenience char classes .letter() .uppercase() .lowercase() .alphanume...natsuoto1-0/+30
2026-07-01feat: .at_most(n) quantifier closes the symmetry gap with at_least/exactly/be...natsuoto1-0/+14
2026-07-01feat: humre-style functional API — operators, constants, factories, matchernatsuoto9-4/+433
2026-07-01feat: add Pattern class and .use() composition (closes #125, #126)natsuoto1-0/+40