Giter Site home page Giter Site logo

Regex challenge part 2 about challenges HOT 6 CLOSED

pybites avatar pybites commented on May 29, 2024
Regex challenge part 2

from challenges.

Comments (6)

pybites avatar pybites commented on May 29, 2024

https://regexly.chipto.io/

from challenges.

monk1337 avatar monk1337 commented on May 29, 2024

Here are some interesting challenges which i solved on stackoverflow :

This program use double regex trick :
https://dpaste.de/6fZm

Convert 5A2B4C11G string to [(5,“A”),(2,“B”),(4,“C”),(11,“G”)] in Python
I tried this problem with regex here :
https://stackoverflow.com/a/46511015/5904928

simple ip checker regex problem :
https://stackoverflow.com/a/46642321/5904928

more regex problem :
https://stackoverflow.com/a/46761376/5904928
https://stackoverflow.com/questions/46547514/delete-first-3-characters-of-string-in-python/46547635#46547635

Negative look ahead regex :
https://stackoverflow.com/a/46726116/5904928

Replace with regex :
https://stackoverflow.com/a/46747234/5904928

from challenges.

bbelderbos avatar bbelderbos commented on May 29, 2024

Nice. Tomorrow is a new month so let’s do some regex too. Thanks for your inputs.

from challenges.

pybites avatar pybites commented on May 29, 2024

Part 1 done (PCC42), leaving this one open for a potential part 2 using links above

from challenges.

mridubhatnagar avatar mridubhatnagar commented on May 29, 2024

Another good link on advance regex.
http://www.rexegg.com/regex-disambiguation.html#lookarounds
https://blog.patricktriest.com/you-should-learn-regex/

from challenges.

bbelderbos avatar bbelderbos commented on May 29, 2024

Mostly implemented as Bites

from challenges.

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.