Git Product home page Git Product logo

Comments (3)

archo5 avatar archo5 commented on June 2, 2024

This library currently does not support things like "\s" inside character classes. Also, "-" should be first (or right after "^") to be interpreted as a character. Rewriting that [0-9-\s] to [- 0-9] makes the regex match that number.

I intend to make some upgrades for character classes, this is just the way to make things work for now.

from sgregex.

cruxic avatar cruxic commented on June 2, 2024

Excellent, I didn't see that \s in there. I didn't even know things like "\s" were allowed in brackets. Seems shady. As far as I'm concerned you can close this issue.

from sgregex.

archo5 avatar archo5 commented on June 2, 2024

Finally found the time to rewrite most of the library to fix various issues, including this one.

https://github.com/snake5/sgregex/blob/master/sgregex_test.c#L744

from sgregex.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.