ChatGPT로 쉽게 정규표현식 사용하기

To generate Regular Expression (regex) with ChatGPT 
  • Creator : Rae Noh

Step1. Access to ChatGPT console. If you don’t have openai.com account, please create an account.
Step2. Insert following prompts to generate regex to chatGPT console.
case1) If the contents of the prompt are not detailed, it will inform you of the regex where the wrong regex or exception case occurs, so it is recommended to write it in detail if possible.
Generate reqular expression (regex) that matches an email address in text.

case2) Generate Korean phone number pattern in the chatGPT console.
Korean phone number pattern is 010-xxxx-xxxx. Every x is a number. Generate a regular expression that matches Korean phone number pattern in text.
Step3. Test the generated regex on the following test site.
6
1개의 답글

👉 이 게시글도 읽어보세요