aboutsummaryrefslogtreecommitdiff
path: root/tests/pattern
AgeCommit message (Expand)AuthorFilesLines
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