• robsteranium@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    6 days ago

    I think the title is an exaggeration. The problem is that Rust’s regex module doesn’t support “look around” patterns. It seems like the fancy_regex create extends support for this.

  • Mubelotix@jlai.lu
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 days ago

    Rust language doesn’t offer lookaround regex features

    This is complete bullshit. You can definitely run any regex, parse any syntax, implement any parsing system in Rust