SimpleRegex / SRL-PHP

Simple Regex Language
https://simple-regex.com
MIT License
1.8k stars 112 forks source link

Implementation of SRL in Javascript #18

Closed samelliott89 closed 8 years ago

samelliott89 commented 8 years ago

I'm currently building something quite complex with Regular Exp in JS and would love to have this implemented in JS.

caoer commented 8 years ago

👍

KarimGeiger commented 8 years ago

In the future, I'll be moving this project to SimpleRegex/PHP, to have a better overview of everything to come.

If someone wants to contribute an official JS version of this, please let me know. I'll then create a repository at SimpleRegex/JavaScript and give you permission on it.

chriscorwin commented 8 years ago

@KarimGeiger I'd love to help contribute to the JS one. :)

KarimGeiger commented 8 years ago

@chriscorwin awesome! I've created the project and gave you permissions. If you need any further help, let me know.

chriscorwin commented 8 years ago

@KarimGeiger Can I request that the project names not be simply "PHP" and "JavaScript", but rather something like "simple-regex-php" and "simple-regex-javascript" ?

When I go to clone it, the idea of cloning into a directory named "JavaScript" hits a funny-sounding bell for me.

KarimGeiger commented 8 years ago

Yeah, that's a valid point... I guess it makes sense to call it SRL-[Language]

SaptakS commented 8 years ago

@KarimGeiger @chriscorwin I would also love to contribute in SRL Javascript.

teabyii commented 8 years ago

@KarimGeiger @chriscorwin I wanna know how is about the progress of SRL Javascript, and if I can help to make contribute.

KarimGeiger commented 8 years ago

@jsenjoy looks like there isn't any progress made yet :( I've added you to the team and gave you access to the repository. Feel free to join us. I'd love to see a JS implementation for https://simple-regex.com as well. Would make it easier than to always call an API.

If you'd like me to add you to the Slack team as well, just leave me a note.

teabyii commented 8 years ago

@KarimGeiger Yeah, plz add me to the Slack. My email is teabyii@gmail.com, Thank you.

KarimGeiger commented 8 years ago

The JavaScript repository now contains a working port of SRL. Great work @jsenjoy!