Converts a list of values into an xor regex. For example, ["left", "right", "up", "down"] returns the regex equivalent of: "left" xor "right" xor "up" xor "down"
This was just some nerdy fun years ago. The intent was to build a library of translations into regex.
- Move future plans to issues
- Add shared resources here
I have more interesting work! See my Hello, World root readme.
Download and use.
I'll provide prereqs here.
I will provide installation steps here.
I will explain how to test the system here using the automated tests.
For now, I'd be excited to receive pull requests. I don't have rules for contributing right now.
- Erik Pohl - Initial work -
Also see the list of github contributors.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks to everyone who has motivated me to learn more.