Skip to content

Generate text from regular expressions. (wait, I definitely implemented this functionality (reverse regexps) at some point; where did I put that? there are no changes in this fork. oh well, there are other libraries for it now I think)

License

1j01/revgexp.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RegExp.JS

Implementing the JavaScript RegExp object in pure JavaScript again.

Demo: http://jviereck.github.io/regexp.js/

A talk about RegExp.JS can be found here. Slides are available on SpeakerDeck.

Building and testing

Build the file build/browser.js by executing.

browserify index.js -d -w -o build/browser.js

To run (all) tests, you have to first get the files from

http://hg.ecmascript.org/tests/test262/

and place them under test/test262/. Then run

node test.js

to execute the tests from RegExp.JS themself and to run the test262 tests, run

node test/run_test262.js

About

Generate text from regular expressions. (wait, I definitely implemented this functionality (reverse regexps) at some point; where did I put that? there are no changes in this fork. oh well, there are other libraries for it now I think)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published