Skip to content

tlangan1/Regular-Expressions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular Expressions Tutorial Application

Author: Tom Langan

This repo contains an application to help learn about regular expressions as implemented in JavaScript.

Features

The application contains an introduction with some links to various resources. It also contains four articles briefly covering assertions, character classes, groups and ranges and quantifiers. Finally it contains a page containing several examples of regular expressions.

The application contains a side panel that the user can use to experiment with regular expressions.

There are several canned examples of regular expressions sprinkled throughout the articles that can be displayed in the side panel with which the user can interact.

TODOs

  1. Populate the miscellaneous examples drop-down from the title property of the array that defines the examples.
  2. add default options to the examples data structure to allow for default case sensitivity and default dotall.
  3. Enhance the application to allow the user to save their own regular expressions. Possibly use Web Storage API for this.
  4. Replace the navigation section at the top with an MDN like structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published