-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP and Java Runners #15
base: master
Are you sure you want to change the base?
Conversation
/** | ||
* PHP regex runner for Refiddle | ||
* Written by FelisPhasma | ||
* Copyright (c) FelisPhasma 2015 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please either license under the MIT or make public domain.
Thanks for taking the time to do this. Couple things I'd need before I could test it and put it up:
|
It was my pleasure! In response to the second item in your list, I use the following test strings to test both the evaluate code and the replace code:
|
Changes consist of Licensing, regex modifier info, and code comments
Otherlanguages
In response to the wiki page on regex runners, I made an attempt at writing one for PHP. Here is a for a PHP regex runner. Notify my if it needs changes.