I have to use a ton of regex in my new job (plz save me), and I use ChatGPT for all of it. My job would be 10x harder if it wasn't for ChatGPT. It provides extremely detailed examples and warns you of situations where the regex may not perform as expected. Seriously, try it out.

you are viewing a single comment's thread
view the rest of the comments
[–] 8 points 3 years ago (1 child)

The new Code Interpreter plugin that went live for this week for Plus users can actually execute Python code on a sandboxed environment. This allows you to add "Write and execute tests for the regex" to the end of your prompt.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 15 points 3 years ago* (3 children)

    Regex101 is a sandbox env specifically for Regex

  • source
  • parent
  • hideshow 6 child comments