Skip to content

jonmagic/scriptular

Repository files navigation

Scriptular

A regular expression editor for javascript.

Backstory

Before the summer of 2011 I never took the time to dig into regular expressions and actually learn how they work. Then Hubot came along and suddenly regular expressions were cool.

Immediately I began writing hubot scripts and started using Rubular to test my regular expressions. Unforunately there are some differences between regular expressions in Ruby and javascript.

So I created Scriptular and started regular expressing myself ;)

Compiling Coffeescript in Development

  1. clone the repo
  2. npm install
  3. npm run build

Running Tests

Just open SpecRunner.html in a browser to run the test suite.

Contribute

If you'd like to hack on Scriptular, start by forking the repo on GitHub:

https://github.com/jonmagic/scriptular

The best way to get your changes merged back into core is as follows:

  1. Clone down your fork
  2. Create a thoughtfully named topic branch to contain your change
  3. Hack away
  4. If you are adding new functionality, document it in the README
  5. If necessary, rebase your commits into logical chunks, without errors
  6. Push the branch up to GitHub
  7. Send a pull request for your branch

Contributors

License

Copyright (c) 2011 Jonathan Hoyt

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A rubular.com clone for javascript regular expressions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published