This website, powered by ChatGPT, is specifically designed to generate regular expressions, which are powerful tools for pattern matching and text manipulation.
docker run -e OPENAI_API_KEY='<yourtoken>' -i -t --platform linux/amd64 -p 3000:3000 tkudlicka/regexp-chatgpt
After access website on http://localhost:3000/
- Nodejs
16.x
or newer. - OpenAI API token
Crete .env file in the root of your project:
OPENAI_API_KEY=<yourtoken>
And install dependencies
npm install && npm dev
This module is maintained by the contributors listed on GitHub.
- Highlighting regexp input
- Highlighting matches
- Setup github actions