resharp 0.3.11

high-performance regex engine with intersection and complement operations
Documentation
[[test]]
name = "word_boundary_x_rev"
pattern = '\bx\b'
rev_steps = [
    [
        "x",
        "?",
        "{{4, 0}}",
    ],
    [
        " ",
        "?",
        "{{7, 1}}",
    ],
    [
        "x",
        "?",
        "{{4, 0}}",
    ],
]