uccser / cs-field-guide

A free online interactive resource/textbook for high school students learning about computer science.
https://www.csfieldguide.org.nz
MIT License
347 stars 74 forks source link

Consider www.regex101.com for regular expression section #7

Open JackMorganNZ opened 9 years ago

JackMorganNZ commented 9 years ago

The regex101.com website has explanation of regex components and may be useful for the regex sections.

JackMorganNZ commented 9 years ago

Example used for deleting comments in source code.

samjarman commented 8 years ago

Looks like https://jsfiddle.net/ which is quite popular too. +1 to this. Good resource.