Giter Site home page Giter Site logo

Comments (2)

michaelhkay avatar michaelhkay commented on July 1, 2024

This sounds feasible to me, though it's a fair bit of work (on specification, tests, and implementation). I suggest we restrict it so that (a) lookbehind has to be fixed length, and (b) neither lookahead nor lookbehind allows capturing groups.

Lookbehind syntax uses the < character which will make it rather inconvenient, especially as &-escaping inside string literals is recognized (and required) in XQuery but not in XPath. Perhaps we should allow leftwards arrow (U+2190) as an alternative.

from qtspecs.

liamquin avatar liamquin commented on July 1, 2024

We could use the *plb *pla *nlb *nla syntax instead of < maybe, or even the longer versions ("terseness shall not be a goal" hah).

The restrictions are OK if sometimes a pain; i think libpcre has them too.

You’ve been wanting to use non-ASCII characters for yonks, now’s the chance :-) but i’d rather use something people have a chance of looking up online, so i'd go for (*posivitve-lookbehind-assertion:foo) i think.

People already have trouble with { } in regular expressions, it’s an excellent point.

from qtspecs.

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.