Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.16 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.16 KB

RegExp generator

This website, powered by ChatGPT, is specifically designed to generate regular expressions, which are powerful tools for pattern matching and text manipulation.

Table of Contents

Overview

RegExp generator

Usage

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/

Requirements

  • Nodejs 16.x or newer.
  • OpenAI API token

Installation

Crete .env file in the root of your project:

OPENAI_API_KEY=<yourtoken>

And install dependencies

npm install && npm dev

Author Information

This module is maintained by the contributors listed on GitHub.

TBD

  • Highlighting regexp input
  • Highlighting matches
  • Setup github actions