Coder Social home page Coder Social logo

lab-js-regex's Introduction

Image description

ProGrad Lab | JS | REGEX

We have learned regex works in JavaScript. Now lets work with our regex lab, applying all of the concepts we have just learned.

What should you do

Fork this repo
Clone this repo
Practice DOM Features

How To Submit

Upon completion, run the following commands:

git add .
git commit -m "ProGrad ID"
git push origin master

And finally, create a pull request so your ProGrad Mentor (PM) can review your work.

Progression 1: CREATE A FORM

Create a form as per the output shown here.

Image description

Progression 2: TIME TO VALIDATE

Validate the form as per the rules given below. Validation rules Image description

  • username should not be empty.
  • username should contain a minimum of 8 characters and a maximum of 15 characters.
  • Address should not be empty.
  • Email should contain @, .(dot) or underscore. Image description
  • password should not be empty.
  • password must contain 1 uppercase letter, 1 lowercase letter, atleast 1 number.
  • password must contain the following special characters !@#$%^&*(). Image description Image description
  • Phone number should be numerical in nature.
  • Should not contain any special characters.
  • Should be a ten digit number. Image description

Happy Coding ProGrads❤️

lab-js-regex's People

Contributors

prograd-org avatar coder-venkateshs avatar legion20 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.