GithubHelp home page GithubHelp logo

mahevarma / regex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bonnie/udemy-regex

0.0 0.0 0.0 296 KB

Lecture examples and code exercises for "Regular Expressions for Beginners and Beyond! With Exercises"

Home Page: https://www.udemy.com/course/regular-expressions-for-beginners-and-beyond-with-exercises/?couponCode=REGEX-GITHUB

License: GNU Affero General Public License v3.0

Shell 5.62% JavaScript 46.89% Python 47.49%

regex's Introduction

Udemy Regular Expression Course Examples

Exercises

Exercises are meant to be done with Node 12.0.0+ or Python 3.8+.

Lecture Examples

Lecture examples are meant to be run with Node 12.0.0+ or Python 3.8+.

Tests

JavaScript

Run npm test in any directory with a package.json file. Note: This will run the tests against the evaluate.js files, which already have the answers filled in. Interactive exercises with tests are meant to be completed via the Udemy platform. However, if you would like to use the tests against your own solutions, here's what you can do:

  1. Fill out the answers in the blank.js files.
  2. Type the keyword export before each const in the blank.js file (so each const should be replaced with export const).
  3. Change the import statement in evaluate.js to import from ./blank.js instead of from ..

Python

Run ./run_tests where available. Note: you may need to update the file to be executable (chmod +x run_tests) first.

regex's People

Contributors

bonnie avatar mahevarma avatar

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.