A cross-platform app to validate regular expressions.
You can also download the installer for your platform from the releases, or test it directly on the web.
Platform | Status |
---|---|
Android | ✅ |
iOS | ❌ |
Windows | ✅ |
Linux | ✅ |
macOS | ✅ |
Web | ✅ |
To build this project, the JDK (Java Development Kit) and the Android SDK are required. I recommend using Intellij IDEA as the IDE, with the Android, Jetpack Compose and Compose Multiplatform plugins installed.
Tip
- You can obtain the JDK and Android SDK directly from IntelliJ IDEA.
- Use JBR (JetBrains Runtime) for better window integration.
- Use run configurations to get started.
This project is licensed under GPLv3, a copyleft free software license. You are permitted to copy, modify, and redistribute the code, provided that the redistribution is accompanied by the corresponding source code under the same license, in order to maintain its free software nature.
You can find a copy of the license in the LICENSE file of this project or access the original version at https://www.gnu.org/licenses/gpl-3.0.html.