regex-adventure icon indicating copy to clipboard operation
regex-adventure copied to clipboard

learn regular expressions with this educational workshop

Results 8 regex-adventure issues
Sort by recently updated
recently updated
newest added

When I am selecting any of the menu options I am facing this error. events.js:167 throw er; // Unhandled 'error' event ^ Error: shutdown EPIPE at ReadStream.Socket._final (net.js:369:25) at callFinal...

My regex: `var m = /(\d+)/.exec(str)`

Hey, First of all, nice workshopper! It is really concise and straight forward! The only thing that is not explained well imo, is greedy vs lazy expressions. ## Exercise 13:...

in module #5 titled "negated character class", the tests don't cover an incorrect answer. //CORRECT ANSWER: module.exports = function (str) { return /^[^0-9][^A-Z]/.test(str) } //INCORRECTLY ACCEPTS: module.exports = str =>...

More information is always better. Right now the red/green tests are super cryptic, especially for someone just learning.

Running in a ConEmy console on Windows: ![regex-adventure-unreadable](https://cloud.githubusercontent.com/assets/1087902/9226939/53a2a9e0-4111-11e5-8c9a-c04de632ec44.png) The very low contrast between characters and background makes it very hard to read.