Giter Site home page Giter Site logo

Comments (6)

drjwbaker avatar drjwbaker commented on June 28, 2024

@weaverbel So, you want to 'answers' put somewhere?

from library-data-intro-deprecated.

weaverbel avatar weaverbel commented on June 28, 2024

@drjwbaker I would like an actual explanation of what each of the different regex constructions actually DO, and what is the best and most economical way to write them as people are interested in that. Also it would be good to have examples of regexes they might want to reuse, e.g. the regex to pull out an email address from anywhere. @pitviper6 gave me this one

\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}\b

and then someone else came up with this one but it wasn't as good.

\b[A-Z0-9.-]+@[A-Z0-9.-]+\b

Also how to pull out postcodes and things like that ...

I know I should probably just put in more time learning all this BEFORE I teach it but that is a luxury I can't afford ;-( Luckily I take a regex wizard with me.

from library-data-intro-deprecated.

drjwbaker avatar drjwbaker commented on June 28, 2024

Okay. I'll wrap this up with #24 and get on with it once I've cleared by current marking load!

from library-data-intro-deprecated.

drjwbaker avatar drjwbaker commented on June 28, 2024

Work started. See #24 for update.

from library-data-intro-deprecated.

drjwbaker avatar drjwbaker commented on June 28, 2024

Done now.

from library-data-intro-deprecated.

weaverbel avatar weaverbel commented on June 28, 2024

fantastic - thanks James @drjwbaker

from library-data-intro-deprecated.

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.