https://github.com/howardabrams/regexp-workshop
Client-side workshop and tutorial on Regular Expressions
https://github.com/howardabrams/regexp-workshop
Last synced: 6 months ago
JSON representation
Client-side workshop and tutorial on Regular Expressions
- Host: GitHub
- URL: https://github.com/howardabrams/regexp-workshop
- Owner: howardabrams
- Created: 2016-06-08T04:52:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T05:19:45.000Z (about 9 years ago)
- Last Synced: 2025-01-19T08:15:28.331Z (over 1 year ago)
- Language: HTML
- Size: 5.65 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: Regular Expression Online Workshop
#+AUTHOR: Howard Abrams
#+EMAIL: howard.abrams@gmail.com
#+DATE: 2016 Jun 07
This is an web-based, client-side workshop to learn and explore how to
write regular expressions. To explore this without downloading, I'm
hosting this application:
Go to worksheet only: http://is.gd/regexp
Tutorial + Worksheet: http://is.gd/regexp_tutorial
This project was built for [[http://opensourcebridge.org/sessions/1723][my Open Source Bridge workshop]] called
*Demystifying Regular Expressions*. The challenge is high-lighting text
in HTML by manipulating the HTML text, as it is easy to create regular
expression search patterns to target the HTML code...so, pull requests
welcome. ;-)