GithubHelp home page GithubHelp logo

Comments (4)

felicianotech avatar felicianotech commented on July 25, 2024 1

Yes I like this. We can do a guide because there's a blog post similar to this I plan on doing anything. Then I can link back. Great idea Eric.

from circleci-docs.

gladiatr72 avatar gladiatr72 commented on July 25, 2024 1

TL;DR

PCRE/POSIX hybrid

etc...

This ticket contains no real answer, yet it seems to have fairly high ranking for searches on this issue:

The solitary mention of the regex engine in use is this line in the workflows doc.

CircleCI branch and tag filters support the Java variant of regex pattern matching

... which is similar to that found in libpcre (subtle syntactic differences)

from circleci-docs.

smart-alek avatar smart-alek commented on July 25, 2024

Closing in favor of 2.0 docs, but may still be a good idea to address regex for 2.0 if it becomes an issue.

from circleci-docs.

GaxZE avatar GaxZE commented on July 25, 2024

I am having this issue with case sensitive and branches. I hope to have a build run on a specific regex which ignores case sensitivity. I have so far been unsuccessful. Any tips here would be excellent.
/some-branch/i
/(?i)some-branch/

Edit, the reason it wasn't working for me was because my regex was as follows:

/(?i)^some-branch/ when it needed to be /^(?i)some-branch/

from circleci-docs.

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.