Giter VIP home page Giter VIP logo

Comments (8)

nalgeon avatar nalgeon commented on August 21, 2024 1

Implemented the new regexp extension for Windows in 0.18.1.

from sqlean.

chris-dailey avatar chris-dailey commented on August 21, 2024 1

Thank you very much for adding this extension. I'm thrilled to have the additional syntax available now.

from sqlean.

nalgeon avatar nalgeon commented on August 21, 2024

Not in the near future, I'm afraid. Not ready to bury myself in the regexp engine internals.

from sqlean.

chris-dailey avatar chris-dailey commented on August 21, 2024

Understood and thank you for the quick response. I had hoped the linked code for the other module could be ported without much extra effort.

from sqlean.

nalgeon avatar nalgeon commented on August 21, 2024

Unfortunately, it could not. I've considered the regexp extension earlier, and found it not suited for substr and replace operations. So the re extension is built on a completely different engine.

from sqlean.

drjdpowell avatar drjdpowell commented on August 21, 2024

Would not at least some of these be relatively easy?

** \b Word boundary
** \w Word character. [A-Za-z0-9_]
** \W Non-word character
** \d Digit
** \D Non-digit
** \s Whitespace character
** \S Non-whitespace character

Like the \w just gets replaced with [A-Za-z0-9_], \d with [0-9], etc. If not easy, then I understand.

from sqlean.

nalgeon avatar nalgeon commented on August 21, 2024

Not really. Sorry. I'll look into switching the current regexp engine to something more powerful, but the last time I checked, there wasn't one suitable for this project.

from sqlean.

nalgeon avatar nalgeon commented on August 21, 2024

The new regexp extension in 0.18.0 provides much more advanced syntax. Unfortunately, it does not support Windows at the time.

from sqlean.

Related Issues (20)

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.